AwsAccessRole class
Authentication method for Amazon Web Services (AWS) that uses Google owned Google service account to assume into customer's AWS IAM Role.
Constructors
- AwsAccessRole({String? iamRoleId, String? identity})
- AwsAccessRole.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- iamRoleId ↔ String?
- 
  The user’s AWS IAM Role that trusts the Google-owned AWS IAM user
Connection.
  getter/setter pair
- identity ↔ String?
- 
  A unique Google-owned and Google-generated identity for the Connection.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited