Class AwsCrossAccountRole (0.3.1)

AwsCrossAccountRole(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Authentication method for Amazon Web Services (AWS) that uses Google owned AWS IAM user's access key to assume into customer's AWS IAM Role.

Attributes

NameDescription
iam_role_id str
The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
iam_user_id str
Output only. Google-owned AWS IAM User for a Connection.
external_id str
Output only. A Google-generated id for representing Connection’s identity in AWS. External Id is also used for preventing the Confused Deputy Problem. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

Inheritance

builtins.object > proto.message.Message > AwsCrossAccountRole