ApplicationComponent
Describes a standalone resource or similarly grouped resources that the application is made up of.
Contents
- ComponentName
-
The name of the component.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1011.
Pattern:
(?:^[\d\w\-_\.+]*$)|(?:^arn:aws(-\w+)?:[\w\d-]+:([\w\d-]*)?:[\w\d_-]*([:/].+)*$)
Required: No
- ComponentRemarks
-
If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.
Type: String
Required: No
- Monitor
-
Indicates whether the application component is monitored.
Type: Boolean
Required: No
- OsType
-
The operating system of the component.
Type: String
Required: No
- ResourceType
-
The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
[0-9a-zA-Z:_]*
Required: No
- Tier
-
The stack tier of the application component.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Valid Values:
CUSTOM | DEFAULT | DOT_NET_CORE | DOT_NET_WORKER | DOT_NET_WEB_TIER | DOT_NET_WEB | SQL_SERVER | SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP | MYSQL | POSTGRESQL
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: