toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dynamodb.kotlin.inputs
/
TableTtlArgs
Table
Ttl
Args
data
class
TableTtlArgs
(
val
attributeName
:
Output
<
String
>
,
val
enabled
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
TableTtlArgs
>
Members
Constructors
Table
Ttl
Args
Link copied to clipboard
constructor
(
attributeName
:
Output
<
String
>
,
enabled
:
Output
<
Boolean
>
?
=
null
)
Properties
attribute
Name
Link copied to clipboard
val
attributeName
:
Output
<
String
>
Name of the table attribute to store the TTL timestamp in.
enabled
Link copied to clipboard
val
enabled
:
Output
<
Boolean
>
?
=
null
Whether TTL is enabled.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TableTtlArgs