AwsCredentials class

Constructors

AwsCredentials.new({String? awsAccessKeyId, String? awsSecretAccessKey, String? awsSessionToken, Map<String, String>? environment, Map<String, String>? containerCredentials})

Properties

awsAccessKeyId String?
getter/setter pair
awsSecretAccessKey String?
getter/setter pair
awsSessionToken String?
getter/setter pair
containerCredentials Map<String, String>?
getter/setter pair
environment Map<String, String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getContainerCredentials(Map<String, String> environment) Future<Map<String, String>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited