pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.autoscaling.kotlin.outputs
/
AutoScalingGroupTagProperty
Auto
Scaling
Group
Tag
Property
data
class
AutoScalingGroupTagProperty
(
val
key
:
String
,
val
propagateAtLaunch
:
Boolean
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Auto
Scaling
Group
Tag
Property
Link copied to clipboard
fun
AutoScalingGroupTagProperty
(
key
:
String
,
propagateAtLaunch
:
Boolean
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
propagate
At
Launch
Link copied to clipboard
val
propagateAtLaunch
:
Boolean
value
Link copied to clipboard
val
value
:
String