pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ivs.kotlin.inputs
/
PlaybackKeyPairTagArgs
Playback
Key
Pair
Tag
Args
data
class
PlaybackKeyPairTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
PlaybackKeyPairTagArgs
>
Constructors
Functions
Properties
Constructors
Playback
Key
Pair
Tag
Args
Link copied to clipboard
fun
PlaybackKeyPairTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PlaybackKeyPairTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
String
>