Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
Credential is the provider-local AWS credential shape used by the lightweight STS client and direct sdk.Config construction.
func FromOptions ¶
func FromOptions(options schema.Options) (Credential, error)
func New ¶
func New(accessKeyID, secretAccessKey, sessionToken string) Credential
func (Credential) Retrieve ¶
func (c Credential) Retrieve(context.Context) (awsv2.Credentials, error)
func (Credential) Validate ¶
func (c Credential) Validate() error
Click to show internal directories.
Click to hide internal directories.