Struct aws_sdk_shield::model::protection::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Protection
Implementations
The unique identifier (ID) of the protection.
The name of the protection. For example, My CloudFront distributions
.
The name of the protection. For example, My CloudFront distributions
.
The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected.
The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected.
Appends an item to health_check_ids
.
To override the contents of this collection use set_health_check_ids
.
The unique identifier (ID) for the Route 53 health check that's associated with the protection.
The unique identifier (ID) for the Route 53 health check that's associated with the protection.
The ARN (Amazon Resource Name) of the protection.
The ARN (Amazon Resource Name) of the protection.
pub fn application_layer_automatic_response_configuration(
self,
input: ApplicationLayerAutomaticResponseConfiguration
) -> Self
pub fn application_layer_automatic_response_configuration(
self,
input: ApplicationLayerAutomaticResponseConfiguration
) -> Self
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.
pub fn set_application_layer_automatic_response_configuration(
self,
input: Option<ApplicationLayerAutomaticResponseConfiguration>
) -> Self
pub fn set_application_layer_automatic_response_configuration(
self,
input: Option<ApplicationLayerAutomaticResponseConfiguration>
) -> Self
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.
Consumes the builder and constructs a Protection
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