AWS::EC2::CustomerGatewaySpecifies a customer gateway.
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IpAddress | string | RequiredCreate-only |
Type | string | RequiredCreate-only |
BgpAsn | integer | Create-only |
BgpAsnExtended | number | Create-only |
CertificateArn | string | Create-only |
DeviceName | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CustomerGatewayId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::CustomerGateway
Resources:
MyResource:
Type: AWS::EC2::CustomerGateway
Properties:
IpAddress: "value"
Type: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:DescribeCustomerGatewaysec2:CreateCustomerGatewayec2:DescribeCustomerGatewaysec2:CreateTagsec2:CreateTagsec2:DeleteTagsec2:DescribeCustomerGatewaysec2:DescribeCustomerGatewaysec2:DeleteCustomerGatewayec2:DescribeCustomerGatewaysEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicCustomerGatewayIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CertificateArnBgpAsnBgpAsnExtendedTypeIpAddressDeviceName