Tag Property Args
data class TagPropertyArgs(val key: Output<String>? = null, val propagateAtLaunch: Output<Boolean>? = null, val value: Output<String>? = null) : ConvertibleToJava<TagPropertyArgs>
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.