This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "ComponentType" :String, "Ec2InstanceId" :String, "Sid" :String}
YAML
ComponentType:StringEc2InstanceId:StringSid: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 | ERSUpdate 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