config

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// The Amazon Web Services account ID number of the account that owns or contains the calling entity
	Account string

	// The SharedConfigProfile that is used
	Profile string

	// The region to send requests to.
	Region string

	// The request timeout limit
	Timeout time.Duration

	// A Config provides service configuration for aws service clients
	AWSConfig aws.Config

	// Path to the session-manager-plugin
	Plugin string
}

func NewConfig

func NewConfig(profile string, region string, timeout time.Duration) (*Config, error)

Jump to

Keyboard shortcuts

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