pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.keyspaces.kotlin.inputs
/
TablePointInTimeRecoveryArgs
Table
Point
In
Time
Recovery
Args
data
class
TablePointInTimeRecoveryArgs
(
val
status
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TablePointInTimeRecoveryArgs
>
Constructors
Functions
Properties
Constructors
Table
Point
In
Time
Recovery
Args
Link copied to clipboard
fun
TablePointInTimeRecoveryArgs
(
status
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TablePointInTimeRecoveryArgs
Properties
status
Link copied to clipboard
val
status
:
Output
<
String
>
?
=
null
Valid values:
ENABLED
,
DISABLED
. The default value is
DISABLED
.