TagPropertyResponse

data class TagPropertyResponse(val key: String? = null, val propagateAtLaunch: Boolean? = null, val value: String? = null)

Definition of TagProperty

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The tag key.

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.

Link copied to clipboard
val value: String? = null

The tag value.