pulumi-aws-kotlin
5.42.0.1
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
>
Constructors
Functions
Properties
Constructors
Table
Attribute
Args
Link copied to clipboard
fun
TableAttributeArgs
(
name
:
Output
<
String
>
,
type
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TableAttributeArgs
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).