aws

package
v0.0.0-...-29da2f4 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWS

type AWS struct {
	Profile         string `toml:"profile"`
	AccessKeyID     string `toml:"access_key_id"`
	SecretAccessKey string `toml:"secret_access_key"`
	Token           string `toml:"token"`
	RoleARN         string `toml:"role_arn"`
	ExternalID      string `toml:"external_id"`
	Region          string `toml:"region"`
	RoleSessionName string `toml:"role_session_name"`
	SharedConfig    *bool  `toml:"shared_config"`
	// contains filtered or unexported fields
}

func (*AWS) Credentials

func (plugin *AWS) Credentials(context.Context) (registry.Session, error)

func (*AWS) DefaultConfig

func (*AWS) DefaultConfig() string

func (*AWS) Description

func (*AWS) Description() string

func (*AWS) Init

func (plugin *AWS) Init() error

Jump to

Keyboard shortcuts

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