Group Tag Args
data class GroupTagArgs(val key: Output<String>, val propagateAtLaunch: Output<Boolean>, val value: Output<String>) : ConvertibleToJava<GroupTagArgs>
Properties
Link copied to clipboard
Enables propagation of the tag to Amazon EC2 instances launched via this ASG To declare multiple tags additional tag
blocks can be specified. Alternatively the tags
attributes can be used, which accepts a list of maps containing the above field names as keys and their respective values. This allows the construction of dynamic lists of tags which is not possible using the single tag
attribute. tag
and tags
are mutually exclusive, only one of them can be specified.