interface EncryptionConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.EncryptionConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#EncryptionConfigurationReference |
Java | software.amazon.awscdk.services.iot.EncryptionConfigurationReference |
Python | aws_cdk.aws_iot.EncryptionConfigurationReference |
TypeScript | aws-cdk-lib » aws_iot » EncryptionConfigurationReference |
A reference to a EncryptionConfiguration resource.
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 encryptionConfigurationReference: iot.EncryptionConfigurationReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the EncryptionConfiguration resource. |
accountId
Type:
string
The AccountId of the EncryptionConfiguration resource.

.NET
Go
Java
Python
TypeScript