EC2Role

Obtain AWS credentials from an EC2 role

Constructors

this
this(string role)
Undocumented in source.

Members

Functions

credentials
AWSCredentials credentials(string credScope)
Undocumented in source. Be warned that the author may not have intended to support it.
credentialsInvalid
void credentialsInvalid(string credScope, AWSCredentials creds, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cachedCredentialsAvailable
bool cachedCredentialsAvailable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
role
string role [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_role
string m_role;
Undocumented in source.

Inherited Members

From AWSCredentialSource

credentials
AWSCredentials credentials(string credScope)

Retrieve the current set of credentials

credentialsInvalid
void credentialsInvalid(string credScope, AWSCredentials creds, string reason)

Called when credentials turn out to be rejected by the backend

Meta