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

AwsProperties

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

Connection properties specific to Amazon Web Services (AWS).

interface AwsProperties {
accessRole?: AwsAccessRole;
}

§Properties

§
accessRole?: AwsAccessRole
[src]

Authentication using Google owned service account to assume into customer's AWS IAM Role.