Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { // For devices that support BGP, the customer gateway's BGP ASN. BgpAsn int `json:"BgpAsn"` // CustomerGateway ID generated after customer gateway is created. Each customer gateway has a unique ID. CustomerGatewayId string `json:"CustomerGatewayId,omitempty"` // A name for the customer gateway device. DeviceName string `json:"DeviceName,omitempty"` // The internet-routable IP address for the customer gateway's outside interface. The address must be static. IpAddress string `json:"IpAddress"` // One or more tags for the customer gateway. Tags []*Tag `json:"Tags,omitempty"` // The type of VPN connection that this customer gateway supports. Type string `json:"Type"` }
Resource Resource Type definition for AWS::EC2::CustomerGateway
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.