pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.dynamodb.kotlin.inputs
/
GlobalTableSseSpecificationArgs
Global
Table
Sse
Specification
Args
data
class
GlobalTableSseSpecificationArgs
(
val
sseEnabled
:
Output
<
Boolean
>
,
val
sseType
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
GlobalTableSseSpecificationArgs
>
Constructors
Functions
Properties
Constructors
Global
Table
Sse
Specification
Args
Link copied to clipboard
fun
GlobalTableSseSpecificationArgs
(
sseEnabled
:
Output
<
Boolean
>
,
sseType
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GlobalTableSseSpecificationArgs
Properties
sse
Enabled
Link copied to clipboard
val
sseEnabled
:
Output
<
Boolean
>
sse
Type
Link copied to clipboard
val
sseType
:
Output
<
String
>
?
=
null