Struct aws_sdk_shield::input::EnableApplicationLayerAutomaticResponseInput [−][src]
#[non_exhaustive]pub struct EnableApplicationLayerAutomaticResponseInput {
pub resource_arn: Option<String>,
pub action: Option<ResponseAction>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.resource_arn: Option<String>
The ARN (Amazon Resource Name) of the resource.
action: Option<ResponseAction>
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableApplicationLayerAutomaticResponse, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableApplicationLayerAutomaticResponse, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<EnableApplicationLayerAutomaticResponse
>
Creates a new builder-style object to manufacture EnableApplicationLayerAutomaticResponseInput
The ARN (Amazon Resource Name) of the resource.
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
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