toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.outputs
/
TableTtl
Table
Ttl
data
class
TableTtl
(
val
attributeName
:
String
,
val
enabled
:
Boolean
?
=
null
)
Members
Constructors
Table
Ttl
Link copied to clipboard
constructor
(
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.