GroupTagArgs

data class GroupTagArgs(val key: Output<String>, val propagateAtLaunch: Output<Boolean>, val value: Output<String>) : ConvertibleToJava<GroupTagArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, propagateAtLaunch: Output<Boolean>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

Key

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.

Link copied to clipboard
val value: Output<String>

Value

Functions

Link copied to clipboard
open override fun toJava(): GroupTagArgs