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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#external_id
def external_id() -> ::String
Returns
- (::String) — 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
#iam_role_id
def iam_role_id() -> ::String
Returns
- (::String) — The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
#iam_role_id=
def iam_role_id=(value) -> ::String
Parameter
- value (::String) — The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
Returns
- (::String) — The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
#iam_user_id
def iam_user_id() -> ::String
Returns
- (::String) — Output only. Google-owned AWS IAM User for a Connection.