pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.proton.kotlin.outputs
/
EnvironmentAccountConnectionTag
Environment
Account
Connection
Tag
data
class
EnvironmentAccountConnectionTag
(
val
key
:
String
,
val
value
:
String
)
A description of a resource tag.
Types
Constructors
Properties
Constructors
Environment
Account
Connection
Tag
Link copied to clipboard
fun
EnvironmentAccountConnectionTag
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The key of the resource tag.
value
Link copied to clipboard
val
value
:
String
The value of the resource tag.