aws

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Deploy

func Deploy(locregCfg *parser.Config, envVars map[string]string)

func Destroy added in v0.2.0

func Destroy(locregCfg *parser.Config)

Types

type EcsClient added in v0.2.0

type EcsClient struct {
	// contains filtered or unexported fields
}

type IamClient added in v0.2.0

type IamClient struct {
	// contains filtered or unexported fields
}

type PolicyDocument added in v0.2.0

type PolicyDocument struct {
	Version   string
	Statement []PolicyStatement
}

type PolicyStatement added in v0.2.0

type PolicyStatement struct {
	Effect    string
	Action    []string
	Principal map[string]string `json:",omitempty"`
	Resource  *string           `json:",omitempty"`
}

PolicyStatement defines a statement in a policy document.

type Secret added in v0.2.0

type Secret struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

type SecretsManagerClient added in v0.2.0

type SecretsManagerClient struct {
	// contains filtered or unexported fields
}

type VpcClient added in v0.2.0

type VpcClient struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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