Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetValidAwsRegions ¶
GetValidAwsRegions returns a set of valid aws regions.
func ValidateAwsRegions ¶
ValidateAwsRegions validates that a list of strings is valid aws regions in the default AWS partition.
Types ¶
type AwsCredentials ¶
type AwsCredentials struct { AwsAccessKeyId *string `json:"aws_access_key_id,omitempty"` AwsSecretAccessKey *string `json:"aws_secret_access_key,omitempty"` AwsSessionToken *string `json:"aws_session_token,omitempty"` AwsProfile *string `json:"aws_profile,omitempty"` }
AwsCredentials represents aws credentials.
func (*AwsCredentials) Validate ¶
func (c *AwsCredentials) Validate() error
Validate validates the AwsCredentials.
Click to show internal directories.
Click to hide internal directories.