pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.kinesisfirehose.kotlin.inputs
/
DeliveryStreamTagArgs
Delivery
Stream
Tag
Args
data
class
DeliveryStreamTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DeliveryStreamTagArgs
>
Constructors
Functions
Properties
Constructors
Delivery
Stream
Tag
Args
Link copied to clipboard
fun
DeliveryStreamTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DeliveryStreamTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null