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

Protection

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

An object that represents a resource that is under DDoS protection.

interface Protection {
ApplicationLayerAutomaticResponseConfiguration?: ApplicationLayerAutomaticResponseConfiguration | null;
HealthCheckIds?: string[] | null;
Id?: string | null;
Name?: string | null;
ProtectionArn?: string | null;
ResourceArn?: string | null;
}

§Properties

§
ApplicationLayerAutomaticResponseConfiguration?: ApplicationLayerAutomaticResponseConfiguration | null
[src]

The automatic application layer DDoS mitigation settings for the protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.

§
HealthCheckIds?: string[] | null
[src]

The unique identifier (ID) for the Route 53 health check that's associated with the protection.

§
Id?: string | null
[src]

The unique identifier (ID) of the protection.

§
Name?: string | null
[src]

The name of the protection. For example, My CloudFront distributions.

§
ProtectionArn?: string | null
[src]

The ARN (Amazon Resource Name) of the protection.

§
ResourceArn?: string | null
[src]

The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected.