Values.AttackPropertySourceDetails of a Shield event. This is provided as part of an AttackDetail.
type nonrec t = {attackLayer : AttackLayer.t option;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.t option;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 : TopContributors.t option;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.
*)unit : Unit.t option;The unit used for the Contributor Value property.
*)total : Long.t option;The total contributions made to this Shield event by all contributors.
*)}