AWSProfileFile class abstract

A collection of AWS configuration profiles.

Mixed in types

Constructors

AWSProfileFile({required Map<String, AWSProfile> profiles})
A collection of AWS configuration profiles.
factory
AWSProfileFile.build([void updates(AWSProfileFileBuilder)])
A collection of AWS configuration profiles.
factory
AWSProfileFile.fromJson(Map<String, Object?> json)
A collection of AWS configuration profiles.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
profiles → BuiltMap<String, AWSProfile>
The AWS profiles.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

credentials(String profileName) AWSCredentialsProvider?
Loads credentials for profileName.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AWSProfileFileBuilder)) AWSProfileFile
Rebuilds the instance.
inherited
region(String profileName) String?
Loads the region for profileName.
toBuilder() AWSProfileFileBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, Object?>
Serializes this as a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AWSProfileFile>
The AWSProfileFile serializer.
no setter