Class AwsAccessRole (2.2.0)

public sealed class AwsAccessRole : IMessage<AwsAccessRole>, IEquatable<AwsAccessRole>, IDeepCloneable<AwsAccessRole>, IBufferMessage, IMessage

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

Inheritance

Object > AwsAccessRole

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

Google.Cloud.BigQuery.Connection.V1.dll

Constructors

AwsAccessRole()

public AwsAccessRole()

AwsAccessRole(AwsAccessRole)

public AwsAccessRole(AwsAccessRole other)
Parameter
NameDescription
otherAwsAccessRole

Properties

IamRoleId

public string IamRoleId { get; set; }

The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.

Property Value
TypeDescription
String

Identity

public string Identity { get; set; }

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

Property Value
TypeDescription
String