AWSProfile.fromJson constructor

AWSProfile.fromJson(
  1. Map<String, Object?> json
)

A collection of AWS configuration properties.

Implementation

factory AWSProfile.fromJson(Map<String, Object?> json) =>
    _serializers.deserializeWith(serializer, json) as AWSProfile;