_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
protection
The Protection that you requested. | STRUCT( "id" VARCHAR, "name" VARCHAR, "resource_arn" VARCHAR, "health_check_ids" VARCHAR[], "protection_arn" VARCHAR, "application_layer_automatic_response_configuration" STRUCT( "status" VARCHAR, "action" STRUCT( "block" BOOLEAN, "count" BOOLEAN ) ) ) |
Show child fields- protection.application_layer_automatic_response_configuration
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. Show child fields- protection.application_layer_automatic_response_configuration.action
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. Show child fields- protection.application_layer_automatic_response_configuration.action.block
Specifies that Shield Advanced should configure its WAF rules with the WAF Block action. You must specify exactly one action, either Block or Count.
- protection.application_layer_automatic_response_configuration.action.count
Specifies that Shield Advanced should configure its WAF rules with the WAF Count action. You must specify exactly one action, either Block or Count.
- protection.application_layer_automatic_response_configuration.status
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
- protection.health_check_ids[]
- protection.id
The unique identifier (ID) of the protection.
- protection.name
The name of the protection. For example, My CloudFront distributions.
- protection.protection_arn
The ARN (Amazon Resource Name) of the protection.
- protection.resource_arn
The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected.
|