AWS::SystemsManagerSAP::ApplicationResource schema for AWS::SystemsManagerSAP::Application
9 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationId | string | Required |
ApplicationType | string | Required |
ComponentsInfo | Array<ComponentInfo> | Create-onlyWrite-only |
Credentials | Array<Credential> | Create-onlyWrite-only |
DatabaseArn | string | Create-onlyWrite-only |
Instances | Array<string> | Create-onlyWrite-only |
SapInstanceNumber | string | Create-onlyWrite-only |
Sid | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the SSM-SAP application |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SystemsManagerSAP::Application
Resources:
MyResource:
Type: AWS::SystemsManagerSAP::Application
Properties:
ApplicationId: "my-applicationid"
ApplicationType: "HANA"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ssm-sap:RegisterApplicationssm-sap:GetApplicationssm-sap:TagResourcessm-sap:ListTagsForResourceiam:CreateServiceLinkedRolessm-sap:GetApplicationssm-sap:ListTagsForResourcessm-sap:TagResourcessm-sap:UntagResourcessm-sap:ListTagsForResourcessm-sap:GetApplicationssm-sap:DeregisterApplicationssm-sap:GetApplicationssm-sap:ListApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CredentialsInstancesSapInstanceNumberSidDatabaseArnComponentsInfo