Struct aws_sdk_shield::model::attack_detail::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AttackDetail
Implementations
The unique identifier (ID) of the attack.
The unique identifier (ID) of the attack.
The ARN (Amazon Resource Name) of the resource that was attacked.
The ARN (Amazon Resource Name) of the resource that was attacked.
Appends an item to sub_resources
.
To override the contents of this collection use set_sub_resources
.
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
If applicable, additional detail about the resource being attacked, for example, IP address or URL.
The time the attack started, in Unix time in seconds. For more information see timestamp.
The time the attack started, in Unix time in seconds. For more information see timestamp.
The time the attack ended, in Unix time in seconds. For more information see timestamp.
The time the attack ended, in Unix time in seconds. For more information see timestamp.
Appends an item to attack_counters
.
To override the contents of this collection use set_attack_counters
.
List of counters that describe the attack for the specified time period.
List of counters that describe the attack for the specified time period.
Appends an item to attack_properties
.
To override the contents of this collection use set_attack_properties
.
The array of objects that provide details of the Shield event.
For infrastructure layer events (L3 and L4 events) after January 25, 2021, you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
The array of objects that provide details of the Shield event.
For infrastructure layer events (L3 and L4 events) after January 25, 2021, you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.
Appends an item to mitigations
.
To override the contents of this collection use set_mitigations
.
List of mitigation actions taken for the attack.
List of mitigation actions taken for the attack.
Consumes the builder and constructs a AttackDetail
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more