Class AwsAccessRole
Authentication method for Amazon Web Services (AWS) that uses Google owned Google service account to assume into customer's AWS IAM Role.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class AwsAccessRole : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IamRoleId
The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
Declaration
[JsonProperty("iamRoleId")]
public virtual string IamRoleId { get; set; }
Property Value
Type | Description |
---|---|
string |
Identity
A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.
Declaration
[JsonProperty("identity")]
public virtual string Identity { get; set; }
Property Value
Type | Description |
---|---|
string |