aws

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetARecordFromLive

func GetARecordFromLive(host string) []string

func IsStringSliceEqual

func IsStringSliceEqual(a, b []string) bool

func NewIAMClient

func NewIAMClient() (*iamObj, error)

func NewS3Client

func NewS3Client(region string) (*s3Obj, error)

Types

type PolicyStatement

type PolicyStatement map[string]any

type Route53

type Route53 interface {
	UpdateRecord(site string, aRecords []string, hostedZone string) error

	DeleteRecord(site string, hostedZone *string, zoneId *string) error
	// contains filtered or unexported methods
}

func NewAwsRoute53Client

func NewAwsRoute53Client(accessKey, accessSec string) (Route53, error)

type User

type User struct {
	Name string
	ARN  string
}

Jump to

Keyboard shortcuts

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