@Stability(value=Stable)
public static interface CfnSimpleTable.SSESpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
SSESpecificationProperty sSESpecificationProperty = SSESpecificationProperty.builder()
.sseEnabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSimpleTable.SSESpecificationProperty.Builder
A builder for
CfnSimpleTable.SSESpecificationProperty |
static class |
CfnSimpleTable.SSESpecificationProperty.Jsii$Proxy
An implementation for
CfnSimpleTable.SSESpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSimpleTable.SSESpecificationProperty.Builder |
builder() |
default Object |
getSseEnabled()
`CfnSimpleTable.SSESpecificationProperty.SSEEnabled`.
|
@Stability(value=Stable) @Nullable default Object getSseEnabled()
@Stability(value=Stable) static CfnSimpleTable.SSESpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.