Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsAccessRole

import type { AwsAccessRole } from "https://googleapis.deno.dev/v1/bigqueryconnection:v1.ts";

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

interface AwsAccessRole {
iamRoleId?: string;
identity?: string;
}

§Properties

§
iamRoleId?: string
[src]

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

§
identity?: string
[src]

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