interface CfnEncryptionConfigurationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnEncryptionConfigurationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnEncryptionConfigurationProps |
![]() | software.amazon.awscdk.services.iot.CfnEncryptionConfigurationProps |
![]() | aws_cdk.aws_iot.CfnEncryptionConfigurationProps |
![]() | aws-cdk-lib » aws_iot » CfnEncryptionConfigurationProps |
Properties for defining a CfnEncryptionConfiguration
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const cfnEncryptionConfigurationProps: iot.CfnEncryptionConfigurationProps = {
encryptionType: 'encryptionType',
// the properties below are optional
kmsAccessRoleArn: 'kmsAccessRoleArn',
kmsKeyArn: 'kmsKeyArn',
};
Properties
Name | Type | Description |
---|---|---|
encryption | string | |
kms | string | |
kms | string |
encryptionType
Type:
string
kmsAccessRoleArn?
Type:
string
(optional)
kmsKeyArn?
Type:
string
(optional)