GroupTag

data class GroupTag(val key: String, val propagateAtLaunch: Boolean, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: 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

Value