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

AwsAccessKey

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

AWS access key (see AWS Security Credentials). For information on our data retention policy for user credentials, see User credentials.

interface AwsAccessKey {
accessKeyId?: string;
secretAccessKey?: string;
}

§Properties

§
accessKeyId?: string
[src]

Required. AWS access key ID.

§
secretAccessKey?: string
[src]

Required. AWS secret access key. This field is not returned in RPC responses.