AWSAutoScalingTagDescription
No description
type AWSAutoScalingTagDescription {
key: String!
propagateAtLaunch: Boolean!
resourceId: String!
resourceType: String!
value: String!
}
Fields
AWSAutoScalingTagDescription.key ● String! non-null scalar
The tag key
AWSAutoScalingTagDescription.propagateAtLaunch ● Boolean! non-null scalar
Determines whether the tag is added to new instances as they are launched in the group
AWSAutoScalingTagDescription.resourceId ● String! non-null scalar
The name of the group
AWSAutoScalingTagDescription.resourceType ● String! non-null scalar
The type of resource
AWSAutoScalingTagDescription.value ● String! non-null scalar
The tag value
Member of
AWSAutoScalingGroup object