toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.inputs
/
TableAttributeArgs
Table
Attribute
Args
data
class
TableAttributeArgs
(
val
name
:
Output
<
String
>
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
TableAttributeArgs
>
Members
Constructors
Table
Attribute
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
type
:
Output
<
String
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
Name of the attribute
type
Link copied to clipboard
val
type
:
Output
<
String
>
Attribute type. Valid values are
S
(string),
N
(number),
B
(binary).
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TableAttributeArgs