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 }
Click to show internal directories.
Click to hide internal directories.