aws-cdk-lib.aws_sam.CfnSimpleTable.SSESpecificationProperty

interface SSESpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnSimpleTable.SSESpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnSimpleTable_SSESpecificationProperty
Javasoftware.amazon.awscdk.services.sam.CfnSimpleTable.SSESpecificationProperty
Pythonaws_cdk.aws_sam.CfnSimpleTable.SSESpecificationProperty
TypeScript aws-cdk-lib » 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 { aws_sam as sam } from 'aws-cdk-lib';
const sSESpecificationProperty: sam.CfnSimpleTable.SSESpecificationProperty = {
  sseEnabled: false,
};

Properties

NameTypeDescription
sseEnabled?boolean | IResolvableCfnSimpleTable.SSESpecificationProperty.SSEEnabled.

sseEnabled?

Type: boolean | IResolvable (optional)

CfnSimpleTable.SSESpecificationProperty.SSEEnabled.