Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsResource ¶
type AwsResource interface { Name() string GetCredential() (Credential, error) }
AWSResource is used to retrieve the IAM credential. This is required since how an AWS Resource gets an IAM credential depending on its type.AwsResource For example lambda gets these credenails via environment variables, while ec2 gets it from a static metadata URL and ecs gets it from a dynamic URL.
type Credential ¶
Click to show internal directories.
Click to hide internal directories.