interface IEncryptionConfigurationRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.IoT.IEncryptionConfigurationRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#IEncryptionConfigurationRef | 
  Java | software.amazon.awscdk.services.iot.IEncryptionConfigurationRef | 
  Python | aws_cdk.aws_iot.IEncryptionConfigurationRef | 
  TypeScript  | aws-cdk-lib » aws_iot » IEncryptionConfigurationRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a EncryptionConfiguration.
Properties
| Name | Type | Description | 
|---|---|---|
| encryption | Encryption | A reference to a EncryptionConfiguration resource. | 
| node | Node | The tree node. | 
encryptionConfigurationRef
Type:
Encryption
A reference to a EncryptionConfiguration resource.
node
Type:
Node
The tree node.

 .NET
 Go
 Java
 Python
 TypeScript