Documentation ¶
Index ¶
- func MapTag() *map[string]string
- type EC2API
- func (e *EC2API) CreateRoute(cidr, transitGatewayId string) error
- func (e *EC2API) ExtractEC2Instances() (*map[string][]interface{}, error)
- func (e *EC2API) GetAvailabilitySubnet4EndpointService(serviceName string) (*[]string, error)
- func (e *EC2API) GetRouteTable() (*types.RouteTable, error)
- func (e *EC2API) GetTransitGateway() (*types.TransitGateway, error)
- func (e *EC2API) GetVpcId() (*types.Vpc, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EC2API ¶
type EC2API struct {
// contains filtered or unexported fields
}
func (*EC2API) CreateRoute ¶ added in v0.0.3
Input: filters
target vpc's cidr block transitgatewayid
func (*EC2API) ExtractEC2Instances ¶
func (*EC2API) GetAvailabilitySubnet4EndpointService ¶
func (*EC2API) GetRouteTable ¶ added in v0.0.3
func (e *EC2API) GetRouteTable() (*types.RouteTable, error)
func (*EC2API) GetTransitGateway ¶ added in v0.0.3
func (e *EC2API) GetTransitGateway() (*types.TransitGateway, error)
Click to show internal directories.
Click to hide internal directories.