AWS Fundamentals Logo
AWS Fundamentals
AWS::SystemsManagerSAP::Application

SystemsManagerSAP Application

Resource schema for AWS::SystemsManagerSAP::Application

Properties

9 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the SSM-SAP application

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ssm-sap:RegisterApplicationssm-sap:GetApplicationssm-sap:TagResourcessm-sap:ListTagsForResourceiam:CreateServiceLinkedRole

read

ssm-sap:GetApplicationssm-sap:ListTagsForResource

update

ssm-sap:TagResourcessm-sap:UntagResourcessm-sap:ListTagsForResourcessm-sap:GetApplication

delete

ssm-sap:DeregisterApplicationssm-sap:GetApplication

list

ssm-sap:ListApplications

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSystemsManagerSAP
Properties10
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CredentialsInstancesSapInstanceNumberSidDatabaseArnComponentsInfo

External Links