interface SSESpecificationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnSimpleTable.SSESpecificationProperty |
Java | software.amazon.awscdk.services.sam.CfnSimpleTable.SSESpecificationProperty |
Python | aws_cdk.aws_sam.CfnSimpleTable.SSESpecificationProperty |
TypeScript | @aws-cdk/aws-sam » CfnSimpleTable » SSESpecificationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const sSESpecificationProperty: sam.CfnSimpleTable.SSESpecificationProperty = {
sseEnabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| sse | boolean | IResolvable | CfnSimpleTable.SSESpecificationProperty.SSEEnabled. |
sseEnabled?
Type:
boolean | IResolvable
(optional)
CfnSimpleTable.SSESpecificationProperty.SSEEnabled.

.NET
Java
Python
TypeScript