toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.outputs
/
TableAttribute
Table
Attribute
data
class
TableAttribute
(
val
name
:
String
,
val
type
:
String
)
Members
Constructors
Table
Attribute
Link copied to clipboard
constructor
(
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).