TagPropertyArgs

data class TagPropertyArgs(val key: Output<String>? = null, val propagateAtLaunch: Output<Boolean>? = null, val value: Output<String>? = null) : ConvertibleToJava<TagPropertyArgs>

Definition of TagProperty

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>? = null

The tag key.

Link copied to clipboard
val propagateAtLaunch: Output<Boolean>? = null

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: Output<String>? = null

The tag value.

Functions

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