Class: Google::Cloud::Bigquery::Connection::V1::AwsCrossAccountRole
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::AwsCrossAccountRole
- 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 AWS IAM user's access key to assume into customer's AWS IAM Role.
Instance Attribute Summary collapse
-
#external_id ⇒ ::String
readonly
Output only.
-
#iam_role_id ⇒ ::String
The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
-
#iam_user_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#external_id ⇒ ::String (readonly)
305 306 307 308 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 305 class AwsCrossAccountRole include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#iam_role_id ⇒ ::String
305 306 307 308 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 305 class AwsCrossAccountRole include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#iam_user_id ⇒ ::String (readonly)
305 306 307 308 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 305 class AwsCrossAccountRole include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |