interface ApplicationLayerAutomaticResponseConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_shield.CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsshield#CfnProtection_ApplicationLayerAutomaticResponseConfigurationProperty |
![]() | software.amazon.awscdk.services.shield.CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty |
![]() | aws_cdk.aws_shield.CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty |
![]() | aws-cdk-lib » aws_shield » CfnProtection » ApplicationLayerAutomaticResponseConfigurationProperty |
The automatic application layer DDoS mitigation settings for a 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.
If you use AWS CloudFormation to manage the web ACLs that you use with Shield Advanced automatic mitigation, see the guidance for the AWS::WAFv2::WebACL
resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_shield as shield } from 'aws-cdk-lib';
declare const block: any;
declare const count: any;
const applicationLayerAutomaticResponseConfigurationProperty: shield.CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty = {
action: {
block: block,
count: count,
},
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
action | IResolvable | Action | Specifies the action setting that Shield Advanced should use in the AWS WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. |
status | string | Indicates whether automatic application layer DDoS mitigation is enabled for the protection. |
action
Type:
IResolvable
|
Action
Specifies the action setting that Shield Advanced should use in the AWS 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 AWS WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
status
Type:
string
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.