customergateway

package
v0.0.0-...-1f78e34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 4 Imported by: 0

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 (strct *Resource) MarshalJSON() ([]byte, error)

func (*Resource) UnmarshalJSON

func (strct *Resource) UnmarshalJSON(b []byte) error

type Tag

type Tag struct {
	Key   string `json:"Key"`
	Value string `json:"Value"`
}

Tag

func (*Tag) MarshalJSON

func (strct *Tag) MarshalJSON() ([]byte, error)

func (*Tag) UnmarshalJSON

func (strct *Tag) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL