interface VPCEncryptionControlReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EC2.VPCEncryptionControlReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsec2#VPCEncryptionControlReference |
Java | software.amazon.awscdk.interfaces.ec2.VPCEncryptionControlReference |
Python | aws_cdk.interfaces.aws_ec2.VPCEncryptionControlReference |
TypeScript | aws-cdk-lib » interfaces » aws_ec2 » VPCEncryptionControlReference |
A reference to a VPCEncryptionControl resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as interfaces_ec2 } from 'aws-cdk-lib/interfaces';
const vPCEncryptionControlReference: interfaces_ec2.VPCEncryptionControlReference = {
vpcEncryptionControlId: 'vpcEncryptionControlId',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpc | string | The VpcEncryptionControlId of the VPCEncryptionControl resource. |
vpcEncryptionControlId
Type:
string
The VpcEncryptionControlId of the VPCEncryptionControl resource.

.NET
Go
Java
Python
TypeScript