pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ssmcontacts.kotlin.outputs
/
RotationTag
Rotation
Tag
data
class
RotationTag
(
val
key
:
String
,
val
value
:
String
)
A key-value pair to associate with a resource.
Types
Constructors
Properties
Constructors
Rotation
Tag
Link copied to clipboard
fun
RotationTag
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The key name of the tag
value
Link copied to clipboard
val
value
:
String
The value for the tag.