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 | The type of the KMS key. |
kms | string | The Amazon Resource Name (ARN) of the IAM role assumed by AWS IoT Core to call AWS KMS on behalf of the customer. |
kms | string | The ARN of the customer managed KMS key. |
encryptionType
Type:
string
The type of the KMS key.
kmsAccessRoleArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the IAM role assumed by AWS IoT Core to call AWS KMS on behalf of the customer.
kmsKeyArn?
Type:
string
(optional)
The ARN of the customer managed KMS key.