Class AwsProperties (1.4.0)

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

Connection properties specific to Amazon Web Services (AWS).

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
cross_account_role google.cloud.bigquery_connection_v1.types.AwsCrossAccountRole
Authentication using Google owned AWS IAM user's access key to assume into customer's AWS IAM Role. This field is a member of oneof_ authentication_method.
access_role google.cloud.bigquery_connection_v1.types.AwsAccessRole
Authentication using Google owned service account to assume into customer's AWS IAM Role. This field is a member of oneof_ authentication_method.