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

AttackProperty

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

Details of a Shield event. This is provided as part of an "AttackDetail".

interface AttackProperty {
AttackLayer?: AttackLayer | null;
AttackPropertyIdentifier?: AttackPropertyIdentifier | null;
TopContributors?: Contributor[] | null;
Total?: number | null;
Unit?: Unit | null;
}

§Properties

§
AttackLayer?: AttackLayer | null
[src]

The type of Shield event that was observed. NETWORK indicates layer 3 and layer 4 events and APPLICATION indicates layer 7 events.

For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.

§
AttackPropertyIdentifier?: AttackPropertyIdentifier | null
[src]

Defines the Shield event property information that is provided. The WORDPRESS_PINGBACK_REFLECTOR and WORDPRESS_PINGBACK_SOURCE values are valid only for WordPress reflective pingback events.

§
TopContributors?: Contributor[] | null
[src]

Contributor objects for the top five contributors to a Shield event. A contributor is a source of traffic that Shield Advanced identifies as responsible for some or all of an event.

§
Total?: number | null
[src]

The total contributions made to this Shield event by all contributors.

§
Unit?: Unit | null
[src]

The unit used for the Contributor Value property.