AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The details of a DDoS attack.

Inheritance Hierarchy

System.Object
  Amazon.Shield.Model.AttackDetail

Namespace: Amazon.Shield.Model
Assembly: AWSSDK.Shield.dll
Version: 3.x.y.z

Syntax

C#
public class AttackDetail

The AttackDetail type exposes the following members

Constructors

NameDescription
Public Method AttackDetail()

Properties

NameTypeDescription
Public Property AttackCounters System.Collections.Generic.List<Amazon.Shield.Model.SummarizedCounter>

Gets and sets the property AttackCounters.

List of counters that describe the attack for the specified time period.

Public Property AttackId System.String

Gets and sets the property AttackId.

The unique identifier (ID) of the attack.

Public Property AttackProperties System.Collections.Generic.List<Amazon.Shield.Model.AttackProperty>

Gets and sets the property AttackProperties.

The array of objects that provide details of the Shield event.

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.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time the attack ended, in Unix time in seconds.

Public Property Mitigations System.Collections.Generic.List<Amazon.Shield.Model.Mitigation>

Gets and sets the property Mitigations.

List of mitigation actions taken for the attack.

Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

The ARN (Amazon Resource Name) of the resource that was attacked.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time the attack started, in Unix time in seconds.

Public Property SubResources System.Collections.Generic.List<Amazon.Shield.Model.SubResourceSummary>

Gets and sets the property SubResources.

If applicable, additional detail about the resource being attacked, for example, IP address or URL.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5