AWS::SystemsManagerSAP::Application ComponentInfo - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SystemsManagerSAP::Application ComponentInfo

This is information about the component of your SAP application, such as Web Dispatcher.

Syntax

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

JSON

{ "ComponentType" : String, "Ec2InstanceId" : String, "Sid" : String }

YAML

ComponentType: String Ec2InstanceId: String Sid: String

Properties

ComponentType

This string is the type of the component.

Accepted value is WD.

Required: No

Type: String

Allowed values: HANA | HANA_NODE | ABAP | ASCS | DIALOG | WEBDISP | WD | ERS

Update requires: Replacement

Ec2InstanceId

This is the Amazon EC2 instance on which your SAP component is running.

Accepted values are alphanumeric.

Required: No

Type: String

Pattern: ^i-[\w\d]{8}$|^i-[\w\d]{17}$

Update requires: Replacement

Sid

This string is the SAP System ID of the component.

Accepted values are alphanumeric.

Required: No

Type: String

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

Update requires: Replacement