toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.cassandra.kotlin.inputs
/
GetTypePlainArgs
Get
Type
Plain
Args
data
class
GetTypePlainArgs
(
val
keyspaceName
:
String
,
val
typeName
:
String
)
:
ConvertibleToJava
<
GetTypePlainArgs
>
Members
Constructors
Get
Type
Plain
Args
Link copied to clipboard
constructor
(
keyspaceName
:
String
,
typeName
:
String
)
Properties
keyspace
Name
Link copied to clipboard
val
keyspaceName
:
String
Name of the Keyspace which contains the User-Defined Type.
type
Name
Link copied to clipboard
val
typeName
:
String
Name of the User-Defined Type.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetTypePlainArgs