interface EncryptionConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoT.EncryptionConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiot#EncryptionConfigurationReference |
Java | software.amazon.awscdk.interfaces.iot.EncryptionConfigurationReference |
Python | aws_cdk.interfaces.aws_iot.EncryptionConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_iot } from 'aws-cdk-lib/interfaces';
const encryptionConfigurationReference: interfaces_aws_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