pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.dynamodb.kotlin.outputs
/
GlobalTableSseSpecification
Global
Table
Sse
Specification
data
class
GlobalTableSseSpecification
(
val
sseEnabled
:
Boolean
,
val
sseType
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Global
Table
Sse
Specification
Link copied to clipboard
fun
GlobalTableSseSpecification
(
sseEnabled
:
Boolean
,
sseType
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
sse
Enabled
Link copied to clipboard
val
sseEnabled
:
Boolean
sse
Type
Link copied to clipboard
val
sseType
:
String
?
=
null