Class: Google::Cloud::Bigquery::Connection::V1::AwsAccessRole

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/connection/v1/connection.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#iam_role_id::String

Returns 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.



302
303
304
305
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 302

class AwsAccessRole
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#identity::String

Returns A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.

Returns:

  • (::String)

    A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.



302
303
304
305
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 302

class AwsAccessRole
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end