interface EncryptionInfoProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnCluster.EncryptionInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_EncryptionInfoProperty |
Java | software.amazon.awscdk.services.msk.CfnCluster.EncryptionInfoProperty |
Python | aws_cdk.aws_msk.CfnCluster.EncryptionInfoProperty |
TypeScript | aws-cdk-lib » aws_msk » CfnCluster » EncryptionInfoProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from 'aws-cdk-lib';
const encryptionInfoProperty: msk.CfnCluster.EncryptionInfoProperty = {
encryptionAtRest: {
dataVolumeKmsKeyId: 'dataVolumeKmsKeyId',
},
encryptionInTransit: {
clientBroker: 'clientBroker',
inCluster: false,
},
};
Properties
Name | Type | Description |
---|---|---|
encryption | IResolvable | Encryption | |
encryption | IResolvable | Encryption |
encryptionAtRest?
Type:
IResolvable
|
Encryption
(optional)
encryptionInTransit?
Type:
IResolvable
|
Encryption
(optional)