This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EC2::VPCEncryptionControl VpcEncryptionControlExclusion
Describes an exclusion configuration for VPC Encryption Control.
For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "State" :String, "StateMessage" :String}
YAML
State:StringStateMessage:String
Properties
State-
The current state of the exclusion configuration.
Required: No
Type: String
Allowed values:
enabling | enabled | disabling | disabledUpdate requires: No interruption
StateMessage-
A message providing additional information about the exclusion state.
Required: No
Type: String
Update requires: No interruption