aws-cdk-lib.aws_dax.CfnCluster.SSESpecificationProperty

interface SSESpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.DAX.CfnCluster.SSESpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdax#CfnCluster_SSESpecificationProperty
Javasoftware.amazon.awscdk.services.dax.CfnCluster.SSESpecificationProperty
Pythonaws_cdk.aws_dax.CfnCluster.SSESpecificationProperty
TypeScript aws-cdk-lib » aws_dax » CfnCluster » SSESpecificationProperty

Represents the settings used to enable server-side encryption.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dax as dax } from 'aws-cdk-lib';
const sSESpecificationProperty: dax.CfnCluster.SSESpecificationProperty = {
  sseEnabled: false,
};

Properties

NameTypeDescription
sseEnabled?boolean | IResolvableIndicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

sseEnabled?

Type: boolean | IResolvable (optional)

Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.