Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // DebugAPICalls is true to log all AWS API call debugging messages. DebugAPICalls bool // Region is a separate AWS geographic area for EKS service. // Each AWS Region has multiple, isolated locations known as Availability Zones. Region string }
Config defines a top-level AWS API configuration to create a session.
Click to show internal directories.
Click to hide internal directories.