AWS::EC2::VPCEncryptionControlResource Type definition for AWS::EC2::VPCEncryptionControl
11 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EgressOnlyInternetGatewayExclusionInput | string | Write-only |
ElasticFileSystemExclusionInput | string | Write-only |
InternetGatewayExclusionInput | string | Write-only |
LambdaExclusionInput | string | Write-only |
Mode | string | |
NatGatewayExclusionInput | string | Write-only |
Tags | Array<Tag> | |
VirtualPrivateGatewayExclusionInput | string | Write-only |
VpcId | string | Create-only |
VpcLatticeExclusionInput | string | Write-only |
VpcPeeringExclusionInput | string | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ResourceExclusions | ResourceExclusions | Enumerates the states of all the VPC encryption control resource exclusions |
State | string | The current state of the VPC encryption control. |
StateMessage | string | Provides additional context on the state of the VPC encryption control. |
VpcEncryptionControlId | string | The VPC encryption control resource id. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::VPCEncryptionControl
Resources:
MyResource:
Type: AWS::EC2::VPCEncryptionControl
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:DescribeVpcEncryptionControlsec2:CreateVpcEncryptionControlec2:CreateTagsec2:DescribeVpcEncryptionControlsec2:DescribeTagsec2:DescribeVpcEncryptionControlsec2:ModifyVpcEncryptionControlec2:CreateTagsec2:DeleteTagsec2:DescribeVpcEncryptionControlsec2:DeleteVpcEncryptionControlec2:DeleteTagsec2:DescribeVpcEncryptionControlsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicVpcEncryptionControlIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
VpcId