aws_credentials_ecs (aws_credentials v1.0.3)

View Source

Implements a provider which fetches credentials from an ECS task. There are currently no options or environment variables. @end

Summary

Functions

fetch(Options)

-spec fetch(any()) ->
               {ok, aws_credentials:credentials(), aws_credentials_provider:expiration()} |
               {error, any()}.