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

DescribeProtectionRequest

import type { DescribeProtectionRequest } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface DescribeProtectionRequest {
ProtectionId?: string | null;
ResourceArn?: string | null;
}

§Properties

§
ProtectionId?: string | null
[src]

The unique identifier (ID) for the "Protection" object that is described. When submitting the DescribeProtection request you must provide either the ResourceArn or the ProtectionID, but not both.

§
ResourceArn?: string | null
[src]

The ARN (Amazon Resource Name) of the Amazon Web Services resource for the "Protection" object that is described. When submitting the DescribeProtection request you must provide either the ResourceArn or the ProtectionID, but not both.