aws

package
v0.0.0-...-af43c55 Latest Latest
Warning

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

Go to latest
Published: May 29, 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 AWSProvider

type AWSProvider interface {
	// EC2 is the external client to manage EC2 resources
	EC2(region string) (ec2.Client, error)
	// VPC is the external client to manage VPC resources
	VPC(region string) (vpc.Client, error)
}

AWSProvider interface for the AWS client

type Client

type Client struct{}

Client has aws methods implemented

func NewClient

func NewClient() *Client

NewClient returns a new client

func (*Client) EC2

func (c *Client) EC2(region string) (ec2.Client, error)

EC2 is the external client to manage EC2 resources

func (*Client) VPC

func (c *Client) VPC(region string) (vpc.Client, error)

VPC is the external client to manage VPC resources

Directories

Path Synopsis
ec2
vpc

Jump to

Keyboard shortcuts

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