pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.outputs
/
TableTtl
Table
Ttl
data
class
TableTtl
(
val
attributeName
:
String
,
val
enabled
:
Boolean
?
=
null
)
Types
Constructors
Properties
Constructors
Table
Ttl
Link copied to clipboard
fun
TableTtl
(
attributeName
:
String
,
enabled
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attribute
Name
Link copied to clipboard
val
attributeName
:
String
Name of the table attribute to store the TTL timestamp in.
enabled
Link copied to clipboard
val
enabled
:
Boolean
?
=
null
Whether TTL is enabled.