interface SSESpecificationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DAX.CfnCluster.SSESpecificationProperty |
![]() | software.amazon.awscdk.services.dax.CfnCluster.SSESpecificationProperty |
![]() | aws_cdk.aws_dax.CfnCluster.SSESpecificationProperty |
![]() | @aws-cdk/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 * as dax from '@aws-cdk/aws-dax';
const sSESpecificationProperty: dax.CfnCluster.SSESpecificationProperty = {
sseEnabled: false,
};
Properties
Name | Type | Description |
---|---|---|
sse | boolean | IResolvable | Indicates 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.