interface VpcEncryptionControlExclusionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EC2.CfnVPCPropsMixin.VpcEncryptionControlExclusionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsec2#CfnVPCPropsMixin_VpcEncryptionControlExclusionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCPropsMixin.VpcEncryptionControlExclusionProperty |
Python | aws_cdk.cfn_property_mixins.aws_ec2.CfnVPCPropsMixin.VpcEncryptionControlExclusionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ec2 » CfnVPCPropsMixin » VpcEncryptionControlExclusionProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from '@aws-cdk/cfn-property-mixins';
const vpcEncryptionControlExclusionProperty: ec2.CfnVPCPropsMixin.VpcEncryptionControlExclusionProperty = {
state: 'state',
stateMessage: 'stateMessage',
};
Properties
| Name | Type | Description |
|---|---|---|
| state? | string | The exclusion state of the resource type. |
| state | string | A message describing the exclusion state of the resource type. |
state?
Type:
string
(optional)
The exclusion state of the resource type.
stateMessage?
Type:
string
(optional)
A message describing the exclusion state of the resource type.

.NET
Go
Java
Python
TypeScript