pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.elasticbeanstalk.kotlin.inputs
/
EnvironmentTagArgs
Environment
Tag
Args
data
class
EnvironmentTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
EnvironmentTagArgs
>
Constructors
Functions
Properties
Constructors
Environment
Tag
Args
Link copied to clipboard
fun
EnvironmentTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EnvironmentTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The key name of the tag.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value for the tag.