toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.dynamodb.kotlin.inputs
/
GlobalTableKeySchemaArgs
Global
Table
Key
Schema
Args
data
class
GlobalTableKeySchemaArgs
(
val
attributeName
:
Output
<
String
>
,
val
keyType
:
Output
<
String
>
)
:
ConvertibleToJava
<
GlobalTableKeySchemaArgs
>
Members
Constructors
Global
Table
Key
Schema
Args
Link copied to clipboard
constructor
(
attributeName
:
Output
<
String
>
,
keyType
:
Output
<
String
>
)
Properties
attribute
Name
Link copied to clipboard
val
attributeName
:
Output
<
String
>
The name of a key attribute.
key
Type
Link copied to clipboard
val
keyType
:
Output
<
String
>
The role that this key attribute will assume:
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GlobalTableKeySchemaArgs