Class: Google::Cloud::Bigquery::Connection::V1::AwsProperties
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::AwsProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/connection/v1/connection.rb
Overview
Connection properties specific to Amazon Web Services (AWS).
Instance Attribute Summary collapse
-
#access_role ⇒ ::Google::Cloud::Bigquery::Connection::V1::AwsAccessRole
Authentication using Google owned service account to assume into customer's AWS IAM Role.
-
#cross_account_role ⇒ ::Google::Cloud::Bigquery::Connection::V1::AwsCrossAccountRole
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#access_role ⇒ ::Google::Cloud::Bigquery::Connection::V1::AwsAccessRole
Returns Authentication using Google owned service account to assume into customer's AWS IAM Role.
267 268 269 270 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 267 class AwsProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cross_account_role ⇒ ::Google::Cloud::Bigquery::Connection::V1::AwsCrossAccountRole
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Authentication using Google owned AWS IAM user's access key to assume into customer's AWS IAM Role. Deprecated, do not use.
267 268 269 270 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 267 class AwsProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |