AWS::SystemsManagerSAP::Application ComponentInfo - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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