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