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

AssociateDRTRoleRequest

import type { AssociateDRTRoleRequest } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface AssociateDRTRoleRequest {
RoleArn: string;
}

§Properties

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the role the SRT will use to access your Amazon Web Services account.

Prior to making the AssociateDRTRole request, you must attach the AWSShieldDRTAccessPolicy managed policy to this role. For more information see Attaching and Detaching IAM Policies.