Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::SystemsManagerSAP::Application

Focus mode
AWS::SystemsManagerSAP::Application - AWS CloudFormation
Filter View

An SAP application registered with AWS Systems Manager for SAP.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SystemsManagerSAP::Application", "Properties" : { "ApplicationId" : String, "ApplicationType" : String, "ComponentsInfo" : [ ComponentInfo, ... ], "Credentials" : [ Credential, ... ], "DatabaseArn" : String, "Instances" : [ String, ... ], "SapInstanceNumber" : String, "Sid" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SystemsManagerSAP::Application Properties: ApplicationId: String ApplicationType: String ComponentsInfo: - ComponentInfo Credentials: - Credential DatabaseArn: String Instances: - String SapInstanceNumber: String Sid: String Tags: - Tag

Properties

ApplicationId

The ID of the application.

Required: Yes

Type: String

Pattern: [\w\d\.-]{1,60}

Update requires: No interruption

ApplicationType

The type of the application.

Required: Yes

Type: String

Allowed values: HANA | SAP_ABAP

Update requires: No interruption

ComponentsInfo

Property description not available.

Required: No

Type: Array of ComponentInfo

Minimum: 1

Update requires: Replacement

Credentials

The credentials of the SAP application.

Required: No

Type: Array of Credential

Minimum: 1

Update requires: Replacement

DatabaseArn

The Amazon Resource Name (ARN) of the database.

Required: No

Type: String

Pattern: ^arn:(.+:){2,4}.+$|^arn:(.+:){1,3}.+\/.+$

Update requires: Replacement

Instances

The Amazon EC2 instances on which your SAP application is running.

Required: No

Type: Array of String

Minimum: 1

Update requires: Replacement

SapInstanceNumber

The SAP instance number of the application.

Required: No

Type: String

Pattern: [0-9]{2}

Update requires: Replacement

Sid

The System ID of the application.

Required: No

Type: String

Pattern: [A-Z][A-Z0-9]{2}

Update requires: Replacement

Tags

The tags on the application.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns a unique identifier for this resource.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The Amazon Resource Name of the SAP application.

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.