pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.outputs
/
TableAttribute
Table
Attribute
data
class
TableAttribute
(
val
name
:
String
,
val
type
:
String
)
Types
Constructors
Properties
Constructors
Table
Attribute
Link copied to clipboard
fun
TableAttribute
(
name
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of the attribute
type
Link copied to clipboard
val
type
:
String
Attribute type. Valid values are
S
(string),
N
(number),
B
(binary).