Tag Property Response
data class TagPropertyResponse(val key: String? = null, val propagateAtLaunch: Boolean? = null, val value: String? = null)
Definition of TagProperty
Properties
Link copied to clipboard
Set to `true`
if you want CloudFormation to copy the tag to EC2 instances that are launched as part of the Auto Scaling group. Set to `false`
if you want the tag attached only to the Auto Scaling group and not copied to any instances launched as part of the Auto Scaling group.