@pulumi/aws 4.29.0 → 4.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessanalyzer/analyzer.d.ts +6 -0
- package/accessanalyzer/analyzer.js.map +1 -1
- package/account/alternativeContact.d.ts +133 -0
- package/account/alternativeContact.js +98 -0
- package/account/alternativeContact.js.map +1 -0
- package/account/index.d.ts +1 -0
- package/account/index.js +33 -0
- package/account/index.js.map +1 -0
- package/alb/getLoadBalancer.d.ts +2 -0
- package/alb/getLoadBalancer.js.map +1 -1
- package/alb/getTargetGroup.d.ts +1 -0
- package/alb/getTargetGroup.js.map +1 -1
- package/alb/loadBalancer.d.ts +27 -3
- package/alb/loadBalancer.js +4 -0
- package/alb/loadBalancer.js.map +1 -1
- package/alb/targetGroup.d.ts +12 -0
- package/alb/targetGroup.js +2 -0
- package/alb/targetGroup.js.map +1 -1
- package/applicationloadbalancing/getLoadBalancer.d.ts +2 -0
- package/applicationloadbalancing/getLoadBalancer.js.map +1 -1
- package/applicationloadbalancing/getTargetGroup.d.ts +1 -0
- package/applicationloadbalancing/getTargetGroup.js.map +1 -1
- package/applicationloadbalancing/loadBalancer.d.ts +27 -3
- package/applicationloadbalancing/loadBalancer.js +4 -0
- package/applicationloadbalancing/loadBalancer.js.map +1 -1
- package/applicationloadbalancing/targetGroup.d.ts +12 -0
- package/applicationloadbalancing/targetGroup.js +2 -0
- package/applicationloadbalancing/targetGroup.js.map +1 -1
- package/appstream/fleetStackAssociation.d.ts +91 -0
- package/appstream/fleetStackAssociation.js +90 -0
- package/appstream/fleetStackAssociation.js.map +1 -0
- package/appstream/index.d.ts +3 -0
- package/appstream/index.js +15 -0
- package/appstream/index.js.map +1 -1
- package/appstream/user.d.ts +149 -0
- package/appstream/user.js +96 -0
- package/appstream/user.js.map +1 -0
- package/appstream/userStackAssociation.d.ts +113 -0
- package/appstream/userStackAssociation.js +95 -0
- package/appstream/userStackAssociation.js.map +1 -0
- package/cfg/remediationConfiguration.d.ts +74 -20
- package/cfg/remediationConfiguration.js +17 -0
- package/cfg/remediationConfiguration.js.map +1 -1
- package/codecommit/approvalRuleTemplate.d.ts +144 -0
- package/codecommit/approvalRuleTemplate.js +100 -0
- package/codecommit/approvalRuleTemplate.js.map +1 -0
- package/codecommit/getApprovalRuleTemplate.d.ts +73 -0
- package/codecommit/getApprovalRuleTemplate.js +38 -0
- package/codecommit/getApprovalRuleTemplate.js.map +1 -0
- package/codecommit/index.d.ts +2 -0
- package/codecommit/index.js +6 -0
- package/codecommit/index.js.map +1 -1
- package/dlm/lifecyclePolicy.d.ts +67 -1
- package/dlm/lifecyclePolicy.js +67 -1
- package/dlm/lifecyclePolicy.js.map +1 -1
- package/ec2/defaultVpc.d.ts +16 -0
- package/ec2/defaultVpc.js +9 -1
- package/ec2/defaultVpc.js.map +1 -1
- package/ec2/getInstanceTypes.d.ts +70 -0
- package/ec2/getInstanceTypes.js +59 -0
- package/ec2/getInstanceTypes.js.map +1 -0
- package/ec2/getVpcIamPool.d.ts +151 -0
- package/ec2/getVpcIamPool.js +53 -0
- package/ec2/getVpcIamPool.js.map +1 -0
- package/ec2/index.d.ts +8 -0
- package/ec2/index.js +32 -0
- package/ec2/index.js.map +1 -1
- package/ec2/vpc.d.ts +69 -11
- package/ec2/vpc.js +36 -4
- package/ec2/vpc.js.map +1 -1
- package/ec2/vpcIpam.d.ts +178 -0
- package/ec2/vpcIpam.js +121 -0
- package/ec2/vpcIpam.js.map +1 -0
- package/ec2/vpcIpamPool.d.ts +299 -0
- package/ec2/vpcIpamPool.js +151 -0
- package/ec2/vpcIpamPool.js.map +1 -0
- package/ec2/vpcIpamPoolCidr.d.ts +136 -0
- package/ec2/vpcIpamPoolCidr.js +121 -0
- package/ec2/vpcIpamPoolCidr.js.map +1 -0
- package/ec2/vpcIpamPoolCidrAllocation.d.ts +150 -0
- package/ec2/vpcIpamPoolCidrAllocation.js +108 -0
- package/ec2/vpcIpamPoolCidrAllocation.js.map +1 -0
- package/ec2/vpcIpamScope.d.ts +132 -0
- package/ec2/vpcIpamScope.js +99 -0
- package/ec2/vpcIpamScope.js.map +1 -0
- package/ec2/vpcIpv4CidrBlockAssociation.d.ts +28 -4
- package/ec2/vpcIpv4CidrBlockAssociation.js +4 -3
- package/ec2/vpcIpv4CidrBlockAssociation.js.map +1 -1
- package/ec2/vpcIpv6CidrBlockAssociation.d.ts +102 -0
- package/ec2/vpcIpv6CidrBlockAssociation.js +90 -0
- package/ec2/vpcIpv6CidrBlockAssociation.js.map +1 -0
- package/ecs/accountSettingDefault.d.ts +71 -0
- package/ecs/accountSettingDefault.js +67 -0
- package/ecs/accountSettingDefault.js.map +1 -0
- package/ecs/capacityProvider.d.ts +1 -1
- package/ecs/capacityProvider.js +1 -1
- package/ecs/index.d.ts +1 -0
- package/ecs/index.js +5 -0
- package/ecs/index.js.map +1 -1
- package/ecs/service.d.ts +30 -30
- package/elasticloadbalancing/getLoadBalancer.d.ts +1 -0
- package/elasticloadbalancing/getLoadBalancer.js.map +1 -1
- package/elasticloadbalancing/loadBalancer.d.ts +12 -0
- package/elasticloadbalancing/loadBalancer.js +2 -0
- package/elasticloadbalancing/loadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +2 -0
- package/elasticloadbalancingv2/getLoadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/getTargetGroup.d.ts +1 -0
- package/elasticloadbalancingv2/getTargetGroup.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +27 -3
- package/elasticloadbalancingv2/loadBalancer.js +4 -0
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +12 -0
- package/elasticloadbalancingv2/targetGroup.js +2 -0
- package/elasticloadbalancingv2/targetGroup.js.map +1 -1
- package/elb/getLoadBalancer.d.ts +1 -0
- package/elb/getLoadBalancer.js.map +1 -1
- package/elb/loadBalancer.d.ts +12 -0
- package/elb/loadBalancer.js +2 -0
- package/elb/loadBalancer.js.map +1 -1
- package/fsx/index.d.ts +2 -0
- package/fsx/index.js +10 -0
- package/fsx/index.js.map +1 -1
- package/fsx/ontapStorageVirtualMachine.d.ts +210 -0
- package/fsx/ontapStorageVirtualMachine.js +134 -0
- package/fsx/ontapStorageVirtualMachine.js.map +1 -0
- package/fsx/ontapVolume.d.ts +240 -0
- package/fsx/ontapVolume.js +137 -0
- package/fsx/ontapVolume.js.map +1 -0
- package/imagebuilder/getImageRecipes.d.ts +67 -0
- package/imagebuilder/getImageRecipes.js +44 -0
- package/imagebuilder/getImageRecipes.js.map +1 -0
- package/imagebuilder/index.d.ts +1 -0
- package/imagebuilder/index.js +1 -0
- package/imagebuilder/index.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/thingGroup.d.ts +0 -3
- package/iot/thingGroup.js +1 -1
- package/iot/thingGroup.js.map +1 -1
- package/iot/thingType.d.ts +0 -6
- package/iot/thingType.js +1 -1
- package/iot/thingType.js.map +1 -1
- package/lambda/getFunction.d.ts +4 -0
- package/lambda/getFunction.js.map +1 -1
- package/lb/getLoadBalancer.d.ts +2 -0
- package/lb/getLoadBalancer.js.map +1 -1
- package/lb/getTargetGroup.d.ts +1 -0
- package/lb/getTargetGroup.js.map +1 -1
- package/lb/loadBalancer.d.ts +27 -3
- package/lb/loadBalancer.js +4 -0
- package/lb/loadBalancer.js.map +1 -1
- package/lb/targetGroup.d.ts +12 -0
- package/lb/targetGroup.js +2 -0
- package/lb/targetGroup.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/quicksight/user.d.ts +6 -6
- package/synthetics/canary.d.ts +15 -3
- package/synthetics/canary.js +2 -0
- package/synthetics/canary.js.map +1 -1
- package/types/input.d.ts +1556 -126
- package/types/output.d.ts +1424 -18
- package/wafv2/ruleGroup.d.ts +15 -3
- package/wafv2/ruleGroup.js +2 -0
- package/wafv2/ruleGroup.js.map +1 -1
- package/wafv2/webAcl.d.ts +20 -7
- package/wafv2/webAcl.js +7 -4
- package/wafv2/webAcl.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -3940,7 +3940,7 @@ export declare namespace apprunner {
|
|
|
3940
3940
|
/**
|
|
3941
3941
|
* The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App Runner service. These are permissions that your code needs when it calls any AWS APIs.
|
|
3942
3942
|
*/
|
|
3943
|
-
instanceRoleArn
|
|
3943
|
+
instanceRoleArn?: string;
|
|
3944
3944
|
/**
|
|
3945
3945
|
* The amount of memory, in MB or GB, reserved for each instance of your App Runner service. Defaults to `2048`. Valid values: `2048|3072|4096|(2|3|4) GB`.
|
|
3946
3946
|
*/
|
|
@@ -4346,6 +4346,10 @@ export declare namespace athena {
|
|
|
4346
4346
|
* Boolean whether the settings for the workgroup override client-side settings. For more information, see [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html). Defaults to `true`.
|
|
4347
4347
|
*/
|
|
4348
4348
|
enforceWorkgroupConfiguration?: boolean;
|
|
4349
|
+
/**
|
|
4350
|
+
* Configuration block for the Athena Engine Versioning. For more information, see [Athena Engine Versioning](https://docs.aws.amazon.com/athena/latest/ug/engine-versions.html). Documented below.
|
|
4351
|
+
*/
|
|
4352
|
+
engineVersion?: outputs.athena.WorkgroupConfigurationEngineVersion;
|
|
4349
4353
|
/**
|
|
4350
4354
|
* Boolean whether Amazon CloudWatch metrics are enabled for the workgroup. Defaults to `true`.
|
|
4351
4355
|
*/
|
|
@@ -4359,6 +4363,16 @@ export declare namespace athena {
|
|
|
4359
4363
|
*/
|
|
4360
4364
|
resultConfiguration?: outputs.athena.WorkgroupConfigurationResultConfiguration;
|
|
4361
4365
|
}
|
|
4366
|
+
interface WorkgroupConfigurationEngineVersion {
|
|
4367
|
+
/**
|
|
4368
|
+
* The engine version on which the query runs. If `selectedEngineVersion` is set to `AUTO`, the effective engine version is chosen by Athena.
|
|
4369
|
+
*/
|
|
4370
|
+
effectiveEngineVersion: string;
|
|
4371
|
+
/**
|
|
4372
|
+
* The requested engine version. Defaults to `AUTO`.
|
|
4373
|
+
*/
|
|
4374
|
+
selectedEngineVersion?: string;
|
|
4375
|
+
}
|
|
4362
4376
|
interface WorkgroupConfigurationResultConfiguration {
|
|
4363
4377
|
/**
|
|
4364
4378
|
* Configuration block with encryption settings. Documented below.
|
|
@@ -5379,17 +5393,33 @@ export declare namespace cfg {
|
|
|
5379
5393
|
*/
|
|
5380
5394
|
resourceTypes?: string[];
|
|
5381
5395
|
}
|
|
5396
|
+
interface RemediationConfigurationExecutionControls {
|
|
5397
|
+
/**
|
|
5398
|
+
* Configuration block for SSM controls. See below.
|
|
5399
|
+
*/
|
|
5400
|
+
ssmControls?: outputs.cfg.RemediationConfigurationExecutionControlsSsmControls;
|
|
5401
|
+
}
|
|
5402
|
+
interface RemediationConfigurationExecutionControlsSsmControls {
|
|
5403
|
+
/**
|
|
5404
|
+
* Maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. The default value is 10%.
|
|
5405
|
+
*/
|
|
5406
|
+
concurrentExecutionRatePercentage?: number;
|
|
5407
|
+
/**
|
|
5408
|
+
* Percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. The default is 50%.
|
|
5409
|
+
*/
|
|
5410
|
+
errorPercentage?: number;
|
|
5411
|
+
}
|
|
5382
5412
|
interface RemediationConfigurationParameter {
|
|
5383
5413
|
/**
|
|
5384
|
-
*
|
|
5414
|
+
* Name of the attribute.
|
|
5385
5415
|
*/
|
|
5386
5416
|
name: string;
|
|
5387
5417
|
/**
|
|
5388
|
-
*
|
|
5418
|
+
* Value is dynamic and changes at run-time.
|
|
5389
5419
|
*/
|
|
5390
5420
|
resourceValue?: string;
|
|
5391
5421
|
/**
|
|
5392
|
-
*
|
|
5422
|
+
* Value is static and does not change at run-time.
|
|
5393
5423
|
*/
|
|
5394
5424
|
staticValue?: string;
|
|
5395
5425
|
}
|
|
@@ -6782,7 +6812,11 @@ export declare namespace cloudtrail {
|
|
|
6782
6812
|
*/
|
|
6783
6813
|
dataResources?: outputs.cloudtrail.TrailEventSelectorDataResource[];
|
|
6784
6814
|
/**
|
|
6785
|
-
*
|
|
6815
|
+
* A set of event sources to exclude. Valid values include: `kms.amazonaws.com` and `rdsdata.amazonaws.com`. `includeManagementEvents` must be set to`true` to allow this.
|
|
6816
|
+
*/
|
|
6817
|
+
excludeManagementEventSources?: string[];
|
|
6818
|
+
/**
|
|
6819
|
+
* Whether to include management events for your trail. Defaults to `true`.
|
|
6786
6820
|
*/
|
|
6787
6821
|
includeManagementEvents?: boolean;
|
|
6788
6822
|
/**
|
|
@@ -8577,6 +8611,7 @@ export declare namespace config {
|
|
|
8577
8611
|
}
|
|
8578
8612
|
interface Endpoints {
|
|
8579
8613
|
accessanalyzer?: string;
|
|
8614
|
+
account?: string;
|
|
8580
8615
|
acm?: string;
|
|
8581
8616
|
acmpca?: string;
|
|
8582
8617
|
alexaforbusiness?: string;
|
|
@@ -9103,19 +9138,23 @@ export declare namespace dlm {
|
|
|
9103
9138
|
}
|
|
9104
9139
|
interface LifecyclePolicyPolicyDetailsSchedule {
|
|
9105
9140
|
/**
|
|
9106
|
-
*
|
|
9141
|
+
* Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
|
|
9107
9142
|
*/
|
|
9108
9143
|
copyTags: boolean;
|
|
9109
9144
|
/**
|
|
9110
9145
|
* See the `createRule` block. Max of 1 per schedule.
|
|
9111
9146
|
*/
|
|
9112
9147
|
createRule: outputs.dlm.LifecyclePolicyPolicyDetailsScheduleCreateRule;
|
|
9148
|
+
/**
|
|
9149
|
+
* See the `crossRegionCopyRule` block. Max of 3 per schedule.
|
|
9150
|
+
*/
|
|
9151
|
+
crossRegionCopyRules?: outputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule[];
|
|
9113
9152
|
/**
|
|
9114
9153
|
* A name for the schedule.
|
|
9115
9154
|
*/
|
|
9116
9155
|
name: string;
|
|
9117
9156
|
/**
|
|
9118
|
-
* See the `retainRule` block. Max of 1 per schedule.
|
|
9157
|
+
* The retention rule that indicates how long snapshot copies are to be retained in the destination Region. See the `retainRule` block. Max of 1 per schedule.
|
|
9119
9158
|
*/
|
|
9120
9159
|
retainRule: outputs.dlm.LifecyclePolicyPolicyDetailsScheduleRetainRule;
|
|
9121
9160
|
/**
|
|
@@ -9127,11 +9166,11 @@ export declare namespace dlm {
|
|
|
9127
9166
|
}
|
|
9128
9167
|
interface LifecyclePolicyPolicyDetailsScheduleCreateRule {
|
|
9129
9168
|
/**
|
|
9130
|
-
*
|
|
9169
|
+
* The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
|
|
9131
9170
|
*/
|
|
9132
9171
|
interval: number;
|
|
9133
9172
|
/**
|
|
9134
|
-
* The unit
|
|
9173
|
+
* The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
|
|
9135
9174
|
*/
|
|
9136
9175
|
intervalUnit?: string;
|
|
9137
9176
|
/**
|
|
@@ -9139,6 +9178,52 @@ export declare namespace dlm {
|
|
|
9139
9178
|
*/
|
|
9140
9179
|
times: string;
|
|
9141
9180
|
}
|
|
9181
|
+
interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule {
|
|
9182
|
+
/**
|
|
9183
|
+
* The Amazon Resource Name (ARN) of the AWS KMS customer master key (CMK) to use for EBS encryption. If this argument is not specified, the default KMS key for the account is used.
|
|
9184
|
+
*/
|
|
9185
|
+
cmkArn?: string;
|
|
9186
|
+
/**
|
|
9187
|
+
* Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
|
|
9188
|
+
*/
|
|
9189
|
+
copyTags?: boolean;
|
|
9190
|
+
/**
|
|
9191
|
+
* The AMI deprecation rule for cross-Region AMI copies created by the rule. See the `deprecateRule` block.
|
|
9192
|
+
*/
|
|
9193
|
+
deprecateRule?: outputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule;
|
|
9194
|
+
/**
|
|
9195
|
+
* To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or if encryption by default is not enabled.
|
|
9196
|
+
*/
|
|
9197
|
+
encrypted: boolean;
|
|
9198
|
+
/**
|
|
9199
|
+
* The retention rule that indicates how long snapshot copies are to be retained in the destination Region. See the `retainRule` block. Max of 1 per schedule.
|
|
9200
|
+
*/
|
|
9201
|
+
retainRule?: outputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule;
|
|
9202
|
+
/**
|
|
9203
|
+
* The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
|
|
9204
|
+
*/
|
|
9205
|
+
target: string;
|
|
9206
|
+
}
|
|
9207
|
+
interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule {
|
|
9208
|
+
/**
|
|
9209
|
+
* The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
|
|
9210
|
+
*/
|
|
9211
|
+
interval: number;
|
|
9212
|
+
/**
|
|
9213
|
+
* The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
|
|
9214
|
+
*/
|
|
9215
|
+
intervalUnit: string;
|
|
9216
|
+
}
|
|
9217
|
+
interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule {
|
|
9218
|
+
/**
|
|
9219
|
+
* The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
|
|
9220
|
+
*/
|
|
9221
|
+
interval: number;
|
|
9222
|
+
/**
|
|
9223
|
+
* The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
|
|
9224
|
+
*/
|
|
9225
|
+
intervalUnit: string;
|
|
9226
|
+
}
|
|
9142
9227
|
interface LifecyclePolicyPolicyDetailsScheduleRetainRule {
|
|
9143
9228
|
/**
|
|
9144
9229
|
* How many snapshots to keep. Must be an integer between 1 and 1000.
|
|
@@ -10338,6 +10423,16 @@ export declare namespace ec2 {
|
|
|
10338
10423
|
*/
|
|
10339
10424
|
values: string[];
|
|
10340
10425
|
}
|
|
10426
|
+
interface GetInstanceTypesFilter {
|
|
10427
|
+
/**
|
|
10428
|
+
* Name of the filter.
|
|
10429
|
+
*/
|
|
10430
|
+
name: string;
|
|
10431
|
+
/**
|
|
10432
|
+
* List of one or more values for the filter.
|
|
10433
|
+
*/
|
|
10434
|
+
values: string[];
|
|
10435
|
+
}
|
|
10341
10436
|
interface GetInstancesFilter {
|
|
10342
10437
|
name: string;
|
|
10343
10438
|
values: string[];
|
|
@@ -11005,6 +11100,10 @@ export declare namespace ec2 {
|
|
|
11005
11100
|
*/
|
|
11006
11101
|
values: string[];
|
|
11007
11102
|
}
|
|
11103
|
+
interface GetVpcIamPoolFilter {
|
|
11104
|
+
name: string;
|
|
11105
|
+
values: string[];
|
|
11106
|
+
}
|
|
11008
11107
|
interface GetVpcPeeringConnectionCidrBlockSet {
|
|
11009
11108
|
/**
|
|
11010
11109
|
* The primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.
|
|
@@ -12189,6 +12288,22 @@ export declare namespace ec2 {
|
|
|
12189
12288
|
*/
|
|
12190
12289
|
value: string;
|
|
12191
12290
|
}
|
|
12291
|
+
interface VpcIpamOperatingRegion {
|
|
12292
|
+
/**
|
|
12293
|
+
* The name of the Region you want to add to the IPAM.
|
|
12294
|
+
*/
|
|
12295
|
+
regionName: string;
|
|
12296
|
+
}
|
|
12297
|
+
interface VpcIpamPoolCidrCidrAuthorizationContext {
|
|
12298
|
+
/**
|
|
12299
|
+
* The plain-text authorization message for the prefix and account.
|
|
12300
|
+
*/
|
|
12301
|
+
message?: string;
|
|
12302
|
+
/**
|
|
12303
|
+
* The signed authorization message for the prefix and account.
|
|
12304
|
+
*/
|
|
12305
|
+
signature?: string;
|
|
12306
|
+
}
|
|
12192
12307
|
interface VpcPeeringConnectionAccepter {
|
|
12193
12308
|
/**
|
|
12194
12309
|
* Allow a local linked EC2-Classic instance to communicate
|
|
@@ -15440,6 +15555,101 @@ export declare namespace fsx {
|
|
|
15440
15555
|
*/
|
|
15441
15556
|
ipAddresses: string[];
|
|
15442
15557
|
}
|
|
15558
|
+
interface OntapStorageVirtualMachineActiveDirectoryConfiguration {
|
|
15559
|
+
/**
|
|
15560
|
+
* The NetBIOS name of the Active Directory computer object that will be created for your SVM. This is often the same as the SVM name but can be different. It is limited to 15 characters because of standard NetBIOS naming limits.
|
|
15561
|
+
*/
|
|
15562
|
+
netbiosName?: string;
|
|
15563
|
+
selfManagedActiveDirectoryConfiguration?: outputs.fsx.OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration;
|
|
15564
|
+
}
|
|
15565
|
+
interface OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration {
|
|
15566
|
+
/**
|
|
15567
|
+
* A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
|
15568
|
+
*/
|
|
15569
|
+
dnsIps: string[];
|
|
15570
|
+
/**
|
|
15571
|
+
* The fully qualified domain name of the self-managed AD directory. For example, `corp.example.com`.
|
|
15572
|
+
*/
|
|
15573
|
+
domainName: string;
|
|
15574
|
+
/**
|
|
15575
|
+
* The name of the domain group whose members are granted administrative privileges for the SVM. The group that you specify must already exist in your domain. Defaults to `Domain Admins`.
|
|
15576
|
+
*/
|
|
15577
|
+
fileSystemAdministratorsGroup?: string;
|
|
15578
|
+
organizationalUnitDistinguidshedName?: string;
|
|
15579
|
+
/**
|
|
15580
|
+
* The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
|
|
15581
|
+
*/
|
|
15582
|
+
password: string;
|
|
15583
|
+
/**
|
|
15584
|
+
* The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
|
|
15585
|
+
*/
|
|
15586
|
+
username: string;
|
|
15587
|
+
}
|
|
15588
|
+
interface OntapStorageVirtualMachineEndpoint {
|
|
15589
|
+
/**
|
|
15590
|
+
* An endpoint for accessing data on your storage virtual machine via iSCSI protocol. See Endpoint.
|
|
15591
|
+
*/
|
|
15592
|
+
iscses: outputs.fsx.OntapStorageVirtualMachineEndpointIscse[];
|
|
15593
|
+
/**
|
|
15594
|
+
* An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See Endpoint.
|
|
15595
|
+
*/
|
|
15596
|
+
managements: outputs.fsx.OntapStorageVirtualMachineEndpointManagement[];
|
|
15597
|
+
/**
|
|
15598
|
+
* An endpoint for accessing data on your storage virtual machine via NFS protocol. See Endpoint.
|
|
15599
|
+
*/
|
|
15600
|
+
nfs: outputs.fsx.OntapStorageVirtualMachineEndpointNf[];
|
|
15601
|
+
/**
|
|
15602
|
+
* An endpoint for accessing data on your storage virtual machine via SMB protocol. This is only set if an activeDirectoryConfiguration has been set. See Endpoint.
|
|
15603
|
+
*/
|
|
15604
|
+
smbs: outputs.fsx.OntapStorageVirtualMachineEndpointSmb[];
|
|
15605
|
+
}
|
|
15606
|
+
interface OntapStorageVirtualMachineEndpointIscse {
|
|
15607
|
+
/**
|
|
15608
|
+
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
15609
|
+
*/
|
|
15610
|
+
dnsName: string;
|
|
15611
|
+
/**
|
|
15612
|
+
* IP addresses of the storage virtual machine endpoint.
|
|
15613
|
+
*/
|
|
15614
|
+
ipAddresses: string[];
|
|
15615
|
+
}
|
|
15616
|
+
interface OntapStorageVirtualMachineEndpointManagement {
|
|
15617
|
+
/**
|
|
15618
|
+
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
15619
|
+
*/
|
|
15620
|
+
dnsName: string;
|
|
15621
|
+
/**
|
|
15622
|
+
* IP addresses of the storage virtual machine endpoint.
|
|
15623
|
+
*/
|
|
15624
|
+
ipAddresses: string[];
|
|
15625
|
+
}
|
|
15626
|
+
interface OntapStorageVirtualMachineEndpointNf {
|
|
15627
|
+
/**
|
|
15628
|
+
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
15629
|
+
*/
|
|
15630
|
+
dnsName: string;
|
|
15631
|
+
/**
|
|
15632
|
+
* IP addresses of the storage virtual machine endpoint.
|
|
15633
|
+
*/
|
|
15634
|
+
ipAddresses: string[];
|
|
15635
|
+
}
|
|
15636
|
+
interface OntapStorageVirtualMachineEndpointSmb {
|
|
15637
|
+
/**
|
|
15638
|
+
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
15639
|
+
*/
|
|
15640
|
+
dnsName: string;
|
|
15641
|
+
/**
|
|
15642
|
+
* IP addresses of the storage virtual machine endpoint.
|
|
15643
|
+
*/
|
|
15644
|
+
ipAddresses: string[];
|
|
15645
|
+
}
|
|
15646
|
+
interface OntapVolumeTieringPolicy {
|
|
15647
|
+
coolingPeriod?: number;
|
|
15648
|
+
/**
|
|
15649
|
+
* Specifies the tiering policy for the ONTAP volume for moving data to the capacity pool storage. Valid values are `SNAPSHOT_ONLY`, `AUTO`, `ALL`, `NONE`. Default value is `SNAPSHOT_ONLY`.
|
|
15650
|
+
*/
|
|
15651
|
+
name: string;
|
|
15652
|
+
}
|
|
15443
15653
|
interface WindowsFileSystemAuditLogConfiguration {
|
|
15444
15654
|
/**
|
|
15445
15655
|
* The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN. Can be specified when `fileAccessAuditLogLevel` and `fileShareAccessAuditLogLevel` are not set to `DISABLED`. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the `aws-fsx` prefix. If you do not provide a destination in `auditLogDestionation`, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.
|
|
@@ -16852,6 +17062,16 @@ export declare namespace imagebuilder {
|
|
|
16852
17062
|
*/
|
|
16853
17063
|
componentArn: string;
|
|
16854
17064
|
}
|
|
17065
|
+
interface GetImageRecipesFilter {
|
|
17066
|
+
/**
|
|
17067
|
+
* The name of the filter field. Valid values can be found in the [Image Builder ListImageRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImageRecipes.html).
|
|
17068
|
+
*/
|
|
17069
|
+
name: string;
|
|
17070
|
+
/**
|
|
17071
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
17072
|
+
*/
|
|
17073
|
+
values: string[];
|
|
17074
|
+
}
|
|
16855
17075
|
interface GetInfrastructureConfigurationLogging {
|
|
16856
17076
|
/**
|
|
16857
17077
|
* Nested list of S3 logs settings.
|
|
@@ -23826,7 +24046,7 @@ export declare namespace s3 {
|
|
|
23826
24046
|
/**
|
|
23827
24047
|
* A configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event documented below.
|
|
23828
24048
|
*/
|
|
23829
|
-
eventThreshold
|
|
24049
|
+
eventThreshold?: outputs.s3.BucketReplicationConfigRuleDestinationMetricsEventThreshold;
|
|
23830
24050
|
/**
|
|
23831
24051
|
* The status of the Destination Metrics. Either `"Enabled"` or `"Disabled"`.
|
|
23832
24052
|
*/
|
|
@@ -27095,6 +27315,10 @@ export declare namespace ssm {
|
|
|
27095
27315
|
* The S3 bucket prefix. Results stored in the root if not configured.
|
|
27096
27316
|
*/
|
|
27097
27317
|
s3KeyPrefix?: string;
|
|
27318
|
+
/**
|
|
27319
|
+
* The S3 bucket region.
|
|
27320
|
+
*/
|
|
27321
|
+
s3Region?: string;
|
|
27098
27322
|
}
|
|
27099
27323
|
interface AssociationTarget {
|
|
27100
27324
|
/**
|
|
@@ -27432,6 +27656,22 @@ export declare namespace storagegateway {
|
|
|
27432
27656
|
}
|
|
27433
27657
|
}
|
|
27434
27658
|
export declare namespace synthetics {
|
|
27659
|
+
interface CanaryArtifactConfig {
|
|
27660
|
+
/**
|
|
27661
|
+
* Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.
|
|
27662
|
+
*/
|
|
27663
|
+
s3Encryption?: outputs.synthetics.CanaryArtifactConfigS3Encryption;
|
|
27664
|
+
}
|
|
27665
|
+
interface CanaryArtifactConfigS3Encryption {
|
|
27666
|
+
/**
|
|
27667
|
+
* The encryption method to use for artifacts created by this canary. Valid values are: `SSE-S3` and `SSE-KMS`.
|
|
27668
|
+
*/
|
|
27669
|
+
encryptionMode?: string;
|
|
27670
|
+
/**
|
|
27671
|
+
* The ARN of the customer-managed KMS key to use, if you specify `SSE-KMS` for `encryptionMode`.
|
|
27672
|
+
*/
|
|
27673
|
+
kmsKeyArn?: string;
|
|
27674
|
+
}
|
|
27435
27675
|
interface CanaryRunConfig {
|
|
27436
27676
|
/**
|
|
27437
27677
|
* Whether this canary is to use active AWS X-Ray tracing when it runs. You can enable active tracing only for canaries that use version syn-nodejs-2.0 or later for their canary runtime.
|
|
@@ -28188,6 +28428,20 @@ export declare namespace wafv2 {
|
|
|
28188
28428
|
*/
|
|
28189
28429
|
regexString: string;
|
|
28190
28430
|
}
|
|
28431
|
+
interface RuleGroupCustomResponseBody {
|
|
28432
|
+
/**
|
|
28433
|
+
* The payload of the custom response.
|
|
28434
|
+
*/
|
|
28435
|
+
content: string;
|
|
28436
|
+
/**
|
|
28437
|
+
* The type of content in the payload that you are defining in the `content` argument. Valid values are `TEXT_PLAIN`, `TEXT_HTML`, or `APPLICATION_JSON`.
|
|
28438
|
+
*/
|
|
28439
|
+
contentType: string;
|
|
28440
|
+
/**
|
|
28441
|
+
* A unique key identifying the custom response body. This is referenced by the `customResponseBodyKey` argument in the Custom Response block.
|
|
28442
|
+
*/
|
|
28443
|
+
key: string;
|
|
28444
|
+
}
|
|
28191
28445
|
interface RuleGroupRule {
|
|
28192
28446
|
/**
|
|
28193
28447
|
* The action that AWS WAF should take on a web request when it matches the rule's statement. Settings at the `aws.wafv2.WebAcl` level can override the rule action setting. See Action below for details.
|
|
@@ -28201,6 +28455,10 @@ export declare namespace wafv2 {
|
|
|
28201
28455
|
* If you define more than one Rule in a WebACL, AWS WAF evaluates each request against the `rules` in order based on the value of `priority`. AWS WAF processes rules with lower priority first.
|
|
28202
28456
|
*/
|
|
28203
28457
|
priority: number;
|
|
28458
|
+
/**
|
|
28459
|
+
* Labels to apply to web requests that match the rule match statement. See Rule Label below for details.
|
|
28460
|
+
*/
|
|
28461
|
+
ruleLabels?: outputs.wafv2.RuleGroupRuleRuleLabel[];
|
|
28204
28462
|
/**
|
|
28205
28463
|
* The AWS WAF processing statement for the rule, for example `byteMatchStatement` or `geoMatchStatement`. See Statement below for details.
|
|
28206
28464
|
*/
|
|
@@ -28238,7 +28496,7 @@ export declare namespace wafv2 {
|
|
|
28238
28496
|
}
|
|
28239
28497
|
interface RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader {
|
|
28240
28498
|
/**
|
|
28241
|
-
* The
|
|
28499
|
+
* The label string.
|
|
28242
28500
|
*/
|
|
28243
28501
|
name: string;
|
|
28244
28502
|
/**
|
|
@@ -28253,6 +28511,10 @@ export declare namespace wafv2 {
|
|
|
28253
28511
|
customResponse?: outputs.wafv2.RuleGroupRuleActionBlockCustomResponse;
|
|
28254
28512
|
}
|
|
28255
28513
|
interface RuleGroupRuleActionBlockCustomResponse {
|
|
28514
|
+
/**
|
|
28515
|
+
* References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `customResponseBody` block of this resource.
|
|
28516
|
+
*/
|
|
28517
|
+
customResponseBodyKey?: string;
|
|
28256
28518
|
/**
|
|
28257
28519
|
* The HTTP status code to return to the client.
|
|
28258
28520
|
*/
|
|
@@ -28264,7 +28526,7 @@ export declare namespace wafv2 {
|
|
|
28264
28526
|
}
|
|
28265
28527
|
interface RuleGroupRuleActionBlockCustomResponseResponseHeader {
|
|
28266
28528
|
/**
|
|
28267
|
-
* The
|
|
28529
|
+
* The label string.
|
|
28268
28530
|
*/
|
|
28269
28531
|
name: string;
|
|
28270
28532
|
/**
|
|
@@ -28286,7 +28548,7 @@ export declare namespace wafv2 {
|
|
|
28286
28548
|
}
|
|
28287
28549
|
interface RuleGroupRuleActionCountCustomRequestHandlingInsertHeader {
|
|
28288
28550
|
/**
|
|
28289
|
-
* The
|
|
28551
|
+
* The label string.
|
|
28290
28552
|
*/
|
|
28291
28553
|
name: string;
|
|
28292
28554
|
/**
|
|
@@ -28294,6 +28556,12 @@ export declare namespace wafv2 {
|
|
|
28294
28556
|
*/
|
|
28295
28557
|
value: string;
|
|
28296
28558
|
}
|
|
28559
|
+
interface RuleGroupRuleRuleLabel {
|
|
28560
|
+
/**
|
|
28561
|
+
* The label string.
|
|
28562
|
+
*/
|
|
28563
|
+
name: string;
|
|
28564
|
+
}
|
|
28297
28565
|
interface RuleGroupRuleStatement {
|
|
28298
28566
|
/**
|
|
28299
28567
|
* A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.
|
|
@@ -28311,6 +28579,10 @@ export declare namespace wafv2 {
|
|
|
28311
28579
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
28312
28580
|
*/
|
|
28313
28581
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementIpSetReferenceStatement;
|
|
28582
|
+
/**
|
|
28583
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
28584
|
+
*/
|
|
28585
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementLabelMatchStatement;
|
|
28314
28586
|
/**
|
|
28315
28587
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
28316
28588
|
*/
|
|
@@ -28359,6 +28631,10 @@ export declare namespace wafv2 {
|
|
|
28359
28631
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
28360
28632
|
*/
|
|
28361
28633
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatementStatementIpSetReferenceStatement;
|
|
28634
|
+
/**
|
|
28635
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
28636
|
+
*/
|
|
28637
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatementStatementLabelMatchStatement;
|
|
28362
28638
|
/**
|
|
28363
28639
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
28364
28640
|
*/
|
|
@@ -28403,6 +28679,10 @@ export declare namespace wafv2 {
|
|
|
28403
28679
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
28404
28680
|
*/
|
|
28405
28681
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
28682
|
+
/**
|
|
28683
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
28684
|
+
*/
|
|
28685
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatementStatementAndStatementStatementLabelMatchStatement;
|
|
28406
28686
|
/**
|
|
28407
28687
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
28408
28688
|
*/
|
|
@@ -28544,6 +28824,16 @@ export declare namespace wafv2 {
|
|
|
28544
28824
|
*/
|
|
28545
28825
|
position: string;
|
|
28546
28826
|
}
|
|
28827
|
+
interface RuleGroupRuleStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
28828
|
+
/**
|
|
28829
|
+
* The string to match against.
|
|
28830
|
+
*/
|
|
28831
|
+
key: string;
|
|
28832
|
+
/**
|
|
28833
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
28834
|
+
*/
|
|
28835
|
+
scope: string;
|
|
28836
|
+
}
|
|
28547
28837
|
interface RuleGroupRuleStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
28548
28838
|
/**
|
|
28549
28839
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -28968,6 +29258,16 @@ export declare namespace wafv2 {
|
|
|
28968
29258
|
*/
|
|
28969
29259
|
position: string;
|
|
28970
29260
|
}
|
|
29261
|
+
interface RuleGroupRuleStatementAndStatementStatementLabelMatchStatement {
|
|
29262
|
+
/**
|
|
29263
|
+
* The string to match against.
|
|
29264
|
+
*/
|
|
29265
|
+
key: string;
|
|
29266
|
+
/**
|
|
29267
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
29268
|
+
*/
|
|
29269
|
+
scope: string;
|
|
29270
|
+
}
|
|
28971
29271
|
interface RuleGroupRuleStatementAndStatementStatementNotStatement {
|
|
28972
29272
|
/**
|
|
28973
29273
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -28987,6 +29287,10 @@ export declare namespace wafv2 {
|
|
|
28987
29287
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
28988
29288
|
*/
|
|
28989
29289
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
29290
|
+
/**
|
|
29291
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
29292
|
+
*/
|
|
29293
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatement;
|
|
28990
29294
|
/**
|
|
28991
29295
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
28992
29296
|
*/
|
|
@@ -29128,6 +29432,16 @@ export declare namespace wafv2 {
|
|
|
29128
29432
|
*/
|
|
29129
29433
|
position: string;
|
|
29130
29434
|
}
|
|
29435
|
+
interface RuleGroupRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
29436
|
+
/**
|
|
29437
|
+
* The string to match against.
|
|
29438
|
+
*/
|
|
29439
|
+
key: string;
|
|
29440
|
+
/**
|
|
29441
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
29442
|
+
*/
|
|
29443
|
+
scope: string;
|
|
29444
|
+
}
|
|
29131
29445
|
interface RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
29132
29446
|
/**
|
|
29133
29447
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -29447,6 +29761,10 @@ export declare namespace wafv2 {
|
|
|
29447
29761
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
29448
29762
|
*/
|
|
29449
29763
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
29764
|
+
/**
|
|
29765
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
29766
|
+
*/
|
|
29767
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementAndStatementStatementOrStatementStatementLabelMatchStatement;
|
|
29450
29768
|
/**
|
|
29451
29769
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
29452
29770
|
*/
|
|
@@ -29588,6 +29906,16 @@ export declare namespace wafv2 {
|
|
|
29588
29906
|
*/
|
|
29589
29907
|
position: string;
|
|
29590
29908
|
}
|
|
29909
|
+
interface RuleGroupRuleStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
29910
|
+
/**
|
|
29911
|
+
* The string to match against.
|
|
29912
|
+
*/
|
|
29913
|
+
key: string;
|
|
29914
|
+
/**
|
|
29915
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
29916
|
+
*/
|
|
29917
|
+
scope: string;
|
|
29918
|
+
}
|
|
29591
29919
|
interface RuleGroupRuleStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
29592
29920
|
/**
|
|
29593
29921
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -30312,6 +30640,16 @@ export declare namespace wafv2 {
|
|
|
30312
30640
|
*/
|
|
30313
30641
|
position: string;
|
|
30314
30642
|
}
|
|
30643
|
+
interface RuleGroupRuleStatementLabelMatchStatement {
|
|
30644
|
+
/**
|
|
30645
|
+
* The string to match against.
|
|
30646
|
+
*/
|
|
30647
|
+
key: string;
|
|
30648
|
+
/**
|
|
30649
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
30650
|
+
*/
|
|
30651
|
+
scope: string;
|
|
30652
|
+
}
|
|
30315
30653
|
interface RuleGroupRuleStatementNotStatement {
|
|
30316
30654
|
/**
|
|
30317
30655
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -30335,6 +30673,10 @@ export declare namespace wafv2 {
|
|
|
30335
30673
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
30336
30674
|
*/
|
|
30337
30675
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementNotStatementStatementIpSetReferenceStatement;
|
|
30676
|
+
/**
|
|
30677
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
30678
|
+
*/
|
|
30679
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementNotStatementStatementLabelMatchStatement;
|
|
30338
30680
|
/**
|
|
30339
30681
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
30340
30682
|
*/
|
|
@@ -30379,6 +30721,10 @@ export declare namespace wafv2 {
|
|
|
30379
30721
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
30380
30722
|
*/
|
|
30381
30723
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
30724
|
+
/**
|
|
30725
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
30726
|
+
*/
|
|
30727
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementNotStatementStatementAndStatementStatementLabelMatchStatement;
|
|
30382
30728
|
/**
|
|
30383
30729
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
30384
30730
|
*/
|
|
@@ -30520,6 +30866,16 @@ export declare namespace wafv2 {
|
|
|
30520
30866
|
*/
|
|
30521
30867
|
position: string;
|
|
30522
30868
|
}
|
|
30869
|
+
interface RuleGroupRuleStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
30870
|
+
/**
|
|
30871
|
+
* The string to match against.
|
|
30872
|
+
*/
|
|
30873
|
+
key: string;
|
|
30874
|
+
/**
|
|
30875
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
30876
|
+
*/
|
|
30877
|
+
scope: string;
|
|
30878
|
+
}
|
|
30523
30879
|
interface RuleGroupRuleStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
30524
30880
|
/**
|
|
30525
30881
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -30944,6 +31300,16 @@ export declare namespace wafv2 {
|
|
|
30944
31300
|
*/
|
|
30945
31301
|
position: string;
|
|
30946
31302
|
}
|
|
31303
|
+
interface RuleGroupRuleStatementNotStatementStatementLabelMatchStatement {
|
|
31304
|
+
/**
|
|
31305
|
+
* The string to match against.
|
|
31306
|
+
*/
|
|
31307
|
+
key: string;
|
|
31308
|
+
/**
|
|
31309
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
31310
|
+
*/
|
|
31311
|
+
scope: string;
|
|
31312
|
+
}
|
|
30947
31313
|
interface RuleGroupRuleStatementNotStatementStatementNotStatement {
|
|
30948
31314
|
/**
|
|
30949
31315
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -30963,6 +31329,10 @@ export declare namespace wafv2 {
|
|
|
30963
31329
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
30964
31330
|
*/
|
|
30965
31331
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
31332
|
+
/**
|
|
31333
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
31334
|
+
*/
|
|
31335
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementNotStatementStatementNotStatementStatementLabelMatchStatement;
|
|
30966
31336
|
/**
|
|
30967
31337
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
30968
31338
|
*/
|
|
@@ -31104,6 +31474,16 @@ export declare namespace wafv2 {
|
|
|
31104
31474
|
*/
|
|
31105
31475
|
position: string;
|
|
31106
31476
|
}
|
|
31477
|
+
interface RuleGroupRuleStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
31478
|
+
/**
|
|
31479
|
+
* The string to match against.
|
|
31480
|
+
*/
|
|
31481
|
+
key: string;
|
|
31482
|
+
/**
|
|
31483
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
31484
|
+
*/
|
|
31485
|
+
scope: string;
|
|
31486
|
+
}
|
|
31107
31487
|
interface RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
31108
31488
|
/**
|
|
31109
31489
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -31423,6 +31803,10 @@ export declare namespace wafv2 {
|
|
|
31423
31803
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
31424
31804
|
*/
|
|
31425
31805
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
31806
|
+
/**
|
|
31807
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
31808
|
+
*/
|
|
31809
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementNotStatementStatementOrStatementStatementLabelMatchStatement;
|
|
31426
31810
|
/**
|
|
31427
31811
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
31428
31812
|
*/
|
|
@@ -31564,6 +31948,16 @@ export declare namespace wafv2 {
|
|
|
31564
31948
|
*/
|
|
31565
31949
|
position: string;
|
|
31566
31950
|
}
|
|
31951
|
+
interface RuleGroupRuleStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
31952
|
+
/**
|
|
31953
|
+
* The string to match against.
|
|
31954
|
+
*/
|
|
31955
|
+
key: string;
|
|
31956
|
+
/**
|
|
31957
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
31958
|
+
*/
|
|
31959
|
+
scope: string;
|
|
31960
|
+
}
|
|
31567
31961
|
interface RuleGroupRuleStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
31568
31962
|
/**
|
|
31569
31963
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -32187,6 +32581,10 @@ export declare namespace wafv2 {
|
|
|
32187
32581
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
32188
32582
|
*/
|
|
32189
32583
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementOrStatementStatementIpSetReferenceStatement;
|
|
32584
|
+
/**
|
|
32585
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
32586
|
+
*/
|
|
32587
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementOrStatementStatementLabelMatchStatement;
|
|
32190
32588
|
/**
|
|
32191
32589
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
32192
32590
|
*/
|
|
@@ -32231,6 +32629,10 @@ export declare namespace wafv2 {
|
|
|
32231
32629
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
32232
32630
|
*/
|
|
32233
32631
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
32632
|
+
/**
|
|
32633
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
32634
|
+
*/
|
|
32635
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementOrStatementStatementAndStatementStatementLabelMatchStatement;
|
|
32234
32636
|
/**
|
|
32235
32637
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
32236
32638
|
*/
|
|
@@ -32372,6 +32774,16 @@ export declare namespace wafv2 {
|
|
|
32372
32774
|
*/
|
|
32373
32775
|
position: string;
|
|
32374
32776
|
}
|
|
32777
|
+
interface RuleGroupRuleStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
32778
|
+
/**
|
|
32779
|
+
* The string to match against.
|
|
32780
|
+
*/
|
|
32781
|
+
key: string;
|
|
32782
|
+
/**
|
|
32783
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
32784
|
+
*/
|
|
32785
|
+
scope: string;
|
|
32786
|
+
}
|
|
32375
32787
|
interface RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
32376
32788
|
/**
|
|
32377
32789
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -32796,6 +33208,16 @@ export declare namespace wafv2 {
|
|
|
32796
33208
|
*/
|
|
32797
33209
|
position: string;
|
|
32798
33210
|
}
|
|
33211
|
+
interface RuleGroupRuleStatementOrStatementStatementLabelMatchStatement {
|
|
33212
|
+
/**
|
|
33213
|
+
* The string to match against.
|
|
33214
|
+
*/
|
|
33215
|
+
key: string;
|
|
33216
|
+
/**
|
|
33217
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
33218
|
+
*/
|
|
33219
|
+
scope: string;
|
|
33220
|
+
}
|
|
32799
33221
|
interface RuleGroupRuleStatementOrStatementStatementNotStatement {
|
|
32800
33222
|
/**
|
|
32801
33223
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -32815,6 +33237,10 @@ export declare namespace wafv2 {
|
|
|
32815
33237
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
32816
33238
|
*/
|
|
32817
33239
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
33240
|
+
/**
|
|
33241
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
33242
|
+
*/
|
|
33243
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementOrStatementStatementNotStatementStatementLabelMatchStatement;
|
|
32818
33244
|
/**
|
|
32819
33245
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
32820
33246
|
*/
|
|
@@ -32956,6 +33382,16 @@ export declare namespace wafv2 {
|
|
|
32956
33382
|
*/
|
|
32957
33383
|
position: string;
|
|
32958
33384
|
}
|
|
33385
|
+
interface RuleGroupRuleStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
33386
|
+
/**
|
|
33387
|
+
* The string to match against.
|
|
33388
|
+
*/
|
|
33389
|
+
key: string;
|
|
33390
|
+
/**
|
|
33391
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
33392
|
+
*/
|
|
33393
|
+
scope: string;
|
|
33394
|
+
}
|
|
32959
33395
|
interface RuleGroupRuleStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
32960
33396
|
/**
|
|
32961
33397
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -33275,6 +33711,10 @@ export declare namespace wafv2 {
|
|
|
33275
33711
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
33276
33712
|
*/
|
|
33277
33713
|
ipSetReferenceStatement?: outputs.wafv2.RuleGroupRuleStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
33714
|
+
/**
|
|
33715
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
33716
|
+
*/
|
|
33717
|
+
labelMatchStatement?: outputs.wafv2.RuleGroupRuleStatementOrStatementStatementOrStatementStatementLabelMatchStatement;
|
|
33278
33718
|
/**
|
|
33279
33719
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
33280
33720
|
*/
|
|
@@ -33416,6 +33856,16 @@ export declare namespace wafv2 {
|
|
|
33416
33856
|
*/
|
|
33417
33857
|
position: string;
|
|
33418
33858
|
}
|
|
33859
|
+
interface RuleGroupRuleStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
33860
|
+
/**
|
|
33861
|
+
* The string to match against.
|
|
33862
|
+
*/
|
|
33863
|
+
key: string;
|
|
33864
|
+
/**
|
|
33865
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
33866
|
+
*/
|
|
33867
|
+
scope: string;
|
|
33868
|
+
}
|
|
33419
33869
|
interface RuleGroupRuleStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
33420
33870
|
/**
|
|
33421
33871
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -34344,6 +34794,20 @@ export declare namespace wafv2 {
|
|
|
34344
34794
|
*/
|
|
34345
34795
|
sampledRequestsEnabled: boolean;
|
|
34346
34796
|
}
|
|
34797
|
+
interface WebAclCustomResponseBody {
|
|
34798
|
+
/**
|
|
34799
|
+
* The payload of the custom response.
|
|
34800
|
+
*/
|
|
34801
|
+
content: string;
|
|
34802
|
+
/**
|
|
34803
|
+
* The type of content in the payload that you are defining in the `content` argument. Valid values are `TEXT_PLAIN`, `TEXT_HTML`, or `APPLICATION_JSON`.
|
|
34804
|
+
*/
|
|
34805
|
+
contentType: string;
|
|
34806
|
+
/**
|
|
34807
|
+
* A unique key identifying the custom response body. This is referenced by the `customResponseBodyKey` argument in the Custom Response block.
|
|
34808
|
+
*/
|
|
34809
|
+
key: string;
|
|
34810
|
+
}
|
|
34347
34811
|
interface WebAclDefaultAction {
|
|
34348
34812
|
/**
|
|
34349
34813
|
* Specifies that AWS WAF should allow requests by default. See Allow below for details.
|
|
@@ -34368,7 +34832,7 @@ export declare namespace wafv2 {
|
|
|
34368
34832
|
}
|
|
34369
34833
|
interface WebAclDefaultActionAllowCustomRequestHandlingInsertHeader {
|
|
34370
34834
|
/**
|
|
34371
|
-
* The
|
|
34835
|
+
* The label string.
|
|
34372
34836
|
*/
|
|
34373
34837
|
name: string;
|
|
34374
34838
|
/**
|
|
@@ -34383,6 +34847,10 @@ export declare namespace wafv2 {
|
|
|
34383
34847
|
customResponse?: outputs.wafv2.WebAclDefaultActionBlockCustomResponse;
|
|
34384
34848
|
}
|
|
34385
34849
|
interface WebAclDefaultActionBlockCustomResponse {
|
|
34850
|
+
/**
|
|
34851
|
+
* References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `customResponseBody` block of this resource.
|
|
34852
|
+
*/
|
|
34853
|
+
customResponseBodyKey?: string;
|
|
34386
34854
|
/**
|
|
34387
34855
|
* The HTTP status code to return to the client.
|
|
34388
34856
|
*/
|
|
@@ -34394,7 +34862,7 @@ export declare namespace wafv2 {
|
|
|
34394
34862
|
}
|
|
34395
34863
|
interface WebAclDefaultActionBlockCustomResponseResponseHeader {
|
|
34396
34864
|
/**
|
|
34397
|
-
* The
|
|
34865
|
+
* The label string.
|
|
34398
34866
|
*/
|
|
34399
34867
|
name: string;
|
|
34400
34868
|
/**
|
|
@@ -34525,6 +34993,10 @@ export declare namespace wafv2 {
|
|
|
34525
34993
|
* If you define more than one Rule in a WebACL, AWS WAF evaluates each request against the `rules` in order based on the value of `priority`. AWS WAF processes rules with lower priority first.
|
|
34526
34994
|
*/
|
|
34527
34995
|
priority: number;
|
|
34996
|
+
/**
|
|
34997
|
+
* Labels to apply to web requests that match the rule match statement. See Rule Label below for details.
|
|
34998
|
+
*/
|
|
34999
|
+
ruleLabels?: outputs.wafv2.WebAclRuleRuleLabel[];
|
|
34528
35000
|
/**
|
|
34529
35001
|
* The AWS WAF processing statement for the rule, for example `byteMatchStatement` or `geoMatchStatement`. See Statement below for details.
|
|
34530
35002
|
*/
|
|
@@ -34562,7 +35034,7 @@ export declare namespace wafv2 {
|
|
|
34562
35034
|
}
|
|
34563
35035
|
interface WebAclRuleActionAllowCustomRequestHandlingInsertHeader {
|
|
34564
35036
|
/**
|
|
34565
|
-
* The
|
|
35037
|
+
* The label string.
|
|
34566
35038
|
*/
|
|
34567
35039
|
name: string;
|
|
34568
35040
|
/**
|
|
@@ -34577,6 +35049,10 @@ export declare namespace wafv2 {
|
|
|
34577
35049
|
customResponse?: outputs.wafv2.WebAclRuleActionBlockCustomResponse;
|
|
34578
35050
|
}
|
|
34579
35051
|
interface WebAclRuleActionBlockCustomResponse {
|
|
35052
|
+
/**
|
|
35053
|
+
* References the response body that you want AWS WAF to return to the web request client. This must reference a `key` defined in a `customResponseBody` block of this resource.
|
|
35054
|
+
*/
|
|
35055
|
+
customResponseBodyKey?: string;
|
|
34580
35056
|
/**
|
|
34581
35057
|
* The HTTP status code to return to the client.
|
|
34582
35058
|
*/
|
|
@@ -34588,7 +35064,7 @@ export declare namespace wafv2 {
|
|
|
34588
35064
|
}
|
|
34589
35065
|
interface WebAclRuleActionBlockCustomResponseResponseHeader {
|
|
34590
35066
|
/**
|
|
34591
|
-
* The
|
|
35067
|
+
* The label string.
|
|
34592
35068
|
*/
|
|
34593
35069
|
name: string;
|
|
34594
35070
|
/**
|
|
@@ -34610,7 +35086,7 @@ export declare namespace wafv2 {
|
|
|
34610
35086
|
}
|
|
34611
35087
|
interface WebAclRuleActionCountCustomRequestHandlingInsertHeader {
|
|
34612
35088
|
/**
|
|
34613
|
-
* The
|
|
35089
|
+
* The label string.
|
|
34614
35090
|
*/
|
|
34615
35091
|
name: string;
|
|
34616
35092
|
/**
|
|
@@ -34632,6 +35108,12 @@ export declare namespace wafv2 {
|
|
|
34632
35108
|
}
|
|
34633
35109
|
interface WebAclRuleOverrideActionNone {
|
|
34634
35110
|
}
|
|
35111
|
+
interface WebAclRuleRuleLabel {
|
|
35112
|
+
/**
|
|
35113
|
+
* The label string.
|
|
35114
|
+
*/
|
|
35115
|
+
name: string;
|
|
35116
|
+
}
|
|
34635
35117
|
interface WebAclRuleStatement {
|
|
34636
35118
|
/**
|
|
34637
35119
|
* A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.
|
|
@@ -34649,6 +35131,10 @@ export declare namespace wafv2 {
|
|
|
34649
35131
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
34650
35132
|
*/
|
|
34651
35133
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementIpSetReferenceStatement;
|
|
35134
|
+
/**
|
|
35135
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
35136
|
+
*/
|
|
35137
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementLabelMatchStatement;
|
|
34652
35138
|
/**
|
|
34653
35139
|
* A rule statement used to run the rules that are defined in a managed rule group. This statement can not be nested. See Managed Rule Group Statement below for details.
|
|
34654
35140
|
*/
|
|
@@ -34709,6 +35195,10 @@ export declare namespace wafv2 {
|
|
|
34709
35195
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
34710
35196
|
*/
|
|
34711
35197
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementIpSetReferenceStatement;
|
|
35198
|
+
/**
|
|
35199
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
35200
|
+
*/
|
|
35201
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementLabelMatchStatement;
|
|
34712
35202
|
/**
|
|
34713
35203
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
34714
35204
|
*/
|
|
@@ -34757,6 +35247,10 @@ export declare namespace wafv2 {
|
|
|
34757
35247
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
34758
35248
|
*/
|
|
34759
35249
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
35250
|
+
/**
|
|
35251
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
35252
|
+
*/
|
|
35253
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementLabelMatchStatement;
|
|
34760
35254
|
/**
|
|
34761
35255
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
34762
35256
|
*/
|
|
@@ -34801,6 +35295,10 @@ export declare namespace wafv2 {
|
|
|
34801
35295
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
34802
35296
|
*/
|
|
34803
35297
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
35298
|
+
/**
|
|
35299
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
35300
|
+
*/
|
|
35301
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement;
|
|
34804
35302
|
/**
|
|
34805
35303
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
34806
35304
|
*/
|
|
@@ -34942,6 +35440,16 @@ export declare namespace wafv2 {
|
|
|
34942
35440
|
*/
|
|
34943
35441
|
position: string;
|
|
34944
35442
|
}
|
|
35443
|
+
interface WebAclRuleStatementAndStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
35444
|
+
/**
|
|
35445
|
+
* The string to match against.
|
|
35446
|
+
*/
|
|
35447
|
+
key: string;
|
|
35448
|
+
/**
|
|
35449
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
35450
|
+
*/
|
|
35451
|
+
scope: string;
|
|
35452
|
+
}
|
|
34945
35453
|
interface WebAclRuleStatementAndStatementStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
34946
35454
|
/**
|
|
34947
35455
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -35366,6 +35874,16 @@ export declare namespace wafv2 {
|
|
|
35366
35874
|
*/
|
|
35367
35875
|
position: string;
|
|
35368
35876
|
}
|
|
35877
|
+
interface WebAclRuleStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
35878
|
+
/**
|
|
35879
|
+
* The string to match against.
|
|
35880
|
+
*/
|
|
35881
|
+
key: string;
|
|
35882
|
+
/**
|
|
35883
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
35884
|
+
*/
|
|
35885
|
+
scope: string;
|
|
35886
|
+
}
|
|
35369
35887
|
interface WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatement {
|
|
35370
35888
|
/**
|
|
35371
35889
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -35385,6 +35903,10 @@ export declare namespace wafv2 {
|
|
|
35385
35903
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
35386
35904
|
*/
|
|
35387
35905
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
35906
|
+
/**
|
|
35907
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
35908
|
+
*/
|
|
35909
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement;
|
|
35388
35910
|
/**
|
|
35389
35911
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
35390
35912
|
*/
|
|
@@ -35526,6 +36048,16 @@ export declare namespace wafv2 {
|
|
|
35526
36048
|
*/
|
|
35527
36049
|
position: string;
|
|
35528
36050
|
}
|
|
36051
|
+
interface WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
36052
|
+
/**
|
|
36053
|
+
* The string to match against.
|
|
36054
|
+
*/
|
|
36055
|
+
key: string;
|
|
36056
|
+
/**
|
|
36057
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
36058
|
+
*/
|
|
36059
|
+
scope: string;
|
|
36060
|
+
}
|
|
35529
36061
|
interface WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
35530
36062
|
/**
|
|
35531
36063
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -35845,6 +36377,10 @@ export declare namespace wafv2 {
|
|
|
35845
36377
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
35846
36378
|
*/
|
|
35847
36379
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
36380
|
+
/**
|
|
36381
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
36382
|
+
*/
|
|
36383
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement;
|
|
35848
36384
|
/**
|
|
35849
36385
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
35850
36386
|
*/
|
|
@@ -35986,6 +36522,16 @@ export declare namespace wafv2 {
|
|
|
35986
36522
|
*/
|
|
35987
36523
|
position: string;
|
|
35988
36524
|
}
|
|
36525
|
+
interface WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
36526
|
+
/**
|
|
36527
|
+
* The string to match against.
|
|
36528
|
+
*/
|
|
36529
|
+
key: string;
|
|
36530
|
+
/**
|
|
36531
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
36532
|
+
*/
|
|
36533
|
+
scope: string;
|
|
36534
|
+
}
|
|
35989
36535
|
interface WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
35990
36536
|
/**
|
|
35991
36537
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -36710,6 +37256,16 @@ export declare namespace wafv2 {
|
|
|
36710
37256
|
*/
|
|
36711
37257
|
position: string;
|
|
36712
37258
|
}
|
|
37259
|
+
interface WebAclRuleStatementAndStatementStatementLabelMatchStatement {
|
|
37260
|
+
/**
|
|
37261
|
+
* The string to match against.
|
|
37262
|
+
*/
|
|
37263
|
+
key: string;
|
|
37264
|
+
/**
|
|
37265
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
37266
|
+
*/
|
|
37267
|
+
scope: string;
|
|
37268
|
+
}
|
|
36713
37269
|
interface WebAclRuleStatementAndStatementStatementNotStatement {
|
|
36714
37270
|
/**
|
|
36715
37271
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -36733,6 +37289,10 @@ export declare namespace wafv2 {
|
|
|
36733
37289
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
36734
37290
|
*/
|
|
36735
37291
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
37292
|
+
/**
|
|
37293
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
37294
|
+
*/
|
|
37295
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatement;
|
|
36736
37296
|
/**
|
|
36737
37297
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
36738
37298
|
*/
|
|
@@ -36777,6 +37337,10 @@ export declare namespace wafv2 {
|
|
|
36777
37337
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
36778
37338
|
*/
|
|
36779
37339
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
37340
|
+
/**
|
|
37341
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
37342
|
+
*/
|
|
37343
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement;
|
|
36780
37344
|
/**
|
|
36781
37345
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
36782
37346
|
*/
|
|
@@ -36918,6 +37482,16 @@ export declare namespace wafv2 {
|
|
|
36918
37482
|
*/
|
|
36919
37483
|
position: string;
|
|
36920
37484
|
}
|
|
37485
|
+
interface WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
37486
|
+
/**
|
|
37487
|
+
* The string to match against.
|
|
37488
|
+
*/
|
|
37489
|
+
key: string;
|
|
37490
|
+
/**
|
|
37491
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
37492
|
+
*/
|
|
37493
|
+
scope: string;
|
|
37494
|
+
}
|
|
36921
37495
|
interface WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
36922
37496
|
/**
|
|
36923
37497
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -37342,6 +37916,16 @@ export declare namespace wafv2 {
|
|
|
37342
37916
|
*/
|
|
37343
37917
|
position: string;
|
|
37344
37918
|
}
|
|
37919
|
+
interface WebAclRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
37920
|
+
/**
|
|
37921
|
+
* The string to match against.
|
|
37922
|
+
*/
|
|
37923
|
+
key: string;
|
|
37924
|
+
/**
|
|
37925
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
37926
|
+
*/
|
|
37927
|
+
scope: string;
|
|
37928
|
+
}
|
|
37345
37929
|
interface WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatement {
|
|
37346
37930
|
/**
|
|
37347
37931
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -37361,6 +37945,10 @@ export declare namespace wafv2 {
|
|
|
37361
37945
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
37362
37946
|
*/
|
|
37363
37947
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
37948
|
+
/**
|
|
37949
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
37950
|
+
*/
|
|
37951
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement;
|
|
37364
37952
|
/**
|
|
37365
37953
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
37366
37954
|
*/
|
|
@@ -37502,6 +38090,16 @@ export declare namespace wafv2 {
|
|
|
37502
38090
|
*/
|
|
37503
38091
|
position: string;
|
|
37504
38092
|
}
|
|
38093
|
+
interface WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
38094
|
+
/**
|
|
38095
|
+
* The string to match against.
|
|
38096
|
+
*/
|
|
38097
|
+
key: string;
|
|
38098
|
+
/**
|
|
38099
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
38100
|
+
*/
|
|
38101
|
+
scope: string;
|
|
38102
|
+
}
|
|
37505
38103
|
interface WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
37506
38104
|
/**
|
|
37507
38105
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -37821,6 +38419,10 @@ export declare namespace wafv2 {
|
|
|
37821
38419
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
37822
38420
|
*/
|
|
37823
38421
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
38422
|
+
/**
|
|
38423
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
38424
|
+
*/
|
|
38425
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement;
|
|
37824
38426
|
/**
|
|
37825
38427
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
37826
38428
|
*/
|
|
@@ -37962,6 +38564,16 @@ export declare namespace wafv2 {
|
|
|
37962
38564
|
*/
|
|
37963
38565
|
position: string;
|
|
37964
38566
|
}
|
|
38567
|
+
interface WebAclRuleStatementAndStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
38568
|
+
/**
|
|
38569
|
+
* The string to match against.
|
|
38570
|
+
*/
|
|
38571
|
+
key: string;
|
|
38572
|
+
/**
|
|
38573
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
38574
|
+
*/
|
|
38575
|
+
scope: string;
|
|
38576
|
+
}
|
|
37965
38577
|
interface WebAclRuleStatementAndStatementStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
37966
38578
|
/**
|
|
37967
38579
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -38585,6 +39197,10 @@ export declare namespace wafv2 {
|
|
|
38585
39197
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
38586
39198
|
*/
|
|
38587
39199
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
39200
|
+
/**
|
|
39201
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
39202
|
+
*/
|
|
39203
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementLabelMatchStatement;
|
|
38588
39204
|
/**
|
|
38589
39205
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
38590
39206
|
*/
|
|
@@ -38629,6 +39245,10 @@ export declare namespace wafv2 {
|
|
|
38629
39245
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
38630
39246
|
*/
|
|
38631
39247
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
39248
|
+
/**
|
|
39249
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
39250
|
+
*/
|
|
39251
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement;
|
|
38632
39252
|
/**
|
|
38633
39253
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
38634
39254
|
*/
|
|
@@ -38770,6 +39390,16 @@ export declare namespace wafv2 {
|
|
|
38770
39390
|
*/
|
|
38771
39391
|
position: string;
|
|
38772
39392
|
}
|
|
39393
|
+
interface WebAclRuleStatementAndStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
39394
|
+
/**
|
|
39395
|
+
* The string to match against.
|
|
39396
|
+
*/
|
|
39397
|
+
key: string;
|
|
39398
|
+
/**
|
|
39399
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
39400
|
+
*/
|
|
39401
|
+
scope: string;
|
|
39402
|
+
}
|
|
38773
39403
|
interface WebAclRuleStatementAndStatementStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
38774
39404
|
/**
|
|
38775
39405
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -39194,6 +39824,16 @@ export declare namespace wafv2 {
|
|
|
39194
39824
|
*/
|
|
39195
39825
|
position: string;
|
|
39196
39826
|
}
|
|
39827
|
+
interface WebAclRuleStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
39828
|
+
/**
|
|
39829
|
+
* The string to match against.
|
|
39830
|
+
*/
|
|
39831
|
+
key: string;
|
|
39832
|
+
/**
|
|
39833
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
39834
|
+
*/
|
|
39835
|
+
scope: string;
|
|
39836
|
+
}
|
|
39197
39837
|
interface WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatement {
|
|
39198
39838
|
/**
|
|
39199
39839
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -39213,6 +39853,10 @@ export declare namespace wafv2 {
|
|
|
39213
39853
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
39214
39854
|
*/
|
|
39215
39855
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
39856
|
+
/**
|
|
39857
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
39858
|
+
*/
|
|
39859
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement;
|
|
39216
39860
|
/**
|
|
39217
39861
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
39218
39862
|
*/
|
|
@@ -39354,6 +39998,16 @@ export declare namespace wafv2 {
|
|
|
39354
39998
|
*/
|
|
39355
39999
|
position: string;
|
|
39356
40000
|
}
|
|
40001
|
+
interface WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
40002
|
+
/**
|
|
40003
|
+
* The string to match against.
|
|
40004
|
+
*/
|
|
40005
|
+
key: string;
|
|
40006
|
+
/**
|
|
40007
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
40008
|
+
*/
|
|
40009
|
+
scope: string;
|
|
40010
|
+
}
|
|
39357
40011
|
interface WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
39358
40012
|
/**
|
|
39359
40013
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -39673,6 +40327,10 @@ export declare namespace wafv2 {
|
|
|
39673
40327
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
39674
40328
|
*/
|
|
39675
40329
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
40330
|
+
/**
|
|
40331
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
40332
|
+
*/
|
|
40333
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement;
|
|
39676
40334
|
/**
|
|
39677
40335
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
39678
40336
|
*/
|
|
@@ -39814,6 +40472,16 @@ export declare namespace wafv2 {
|
|
|
39814
40472
|
*/
|
|
39815
40473
|
position: string;
|
|
39816
40474
|
}
|
|
40475
|
+
interface WebAclRuleStatementAndStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
40476
|
+
/**
|
|
40477
|
+
* The string to match against.
|
|
40478
|
+
*/
|
|
40479
|
+
key: string;
|
|
40480
|
+
/**
|
|
40481
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
40482
|
+
*/
|
|
40483
|
+
scope: string;
|
|
40484
|
+
}
|
|
39817
40485
|
interface WebAclRuleStatementAndStatementStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
39818
40486
|
/**
|
|
39819
40487
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -40838,6 +41506,16 @@ export declare namespace wafv2 {
|
|
|
40838
41506
|
*/
|
|
40839
41507
|
position: string;
|
|
40840
41508
|
}
|
|
41509
|
+
interface WebAclRuleStatementLabelMatchStatement {
|
|
41510
|
+
/**
|
|
41511
|
+
* The string to match against.
|
|
41512
|
+
*/
|
|
41513
|
+
key: string;
|
|
41514
|
+
/**
|
|
41515
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
41516
|
+
*/
|
|
41517
|
+
scope: string;
|
|
41518
|
+
}
|
|
40841
41519
|
interface WebAclRuleStatementManagedRuleGroupStatement {
|
|
40842
41520
|
/**
|
|
40843
41521
|
* The `rules` whose actions are set to `COUNT` by the web ACL, regardless of the action that is set on the rule. See Excluded Rule below for details.
|
|
@@ -40879,6 +41557,10 @@ export declare namespace wafv2 {
|
|
|
40879
41557
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
40880
41558
|
*/
|
|
40881
41559
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement;
|
|
41560
|
+
/**
|
|
41561
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
41562
|
+
*/
|
|
41563
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement;
|
|
40882
41564
|
/**
|
|
40883
41565
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
40884
41566
|
*/
|
|
@@ -40927,6 +41609,10 @@ export declare namespace wafv2 {
|
|
|
40927
41609
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
40928
41610
|
*/
|
|
40929
41611
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementIpSetReferenceStatement;
|
|
41612
|
+
/**
|
|
41613
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
41614
|
+
*/
|
|
41615
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementLabelMatchStatement;
|
|
40930
41616
|
/**
|
|
40931
41617
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
40932
41618
|
*/
|
|
@@ -40971,6 +41657,10 @@ export declare namespace wafv2 {
|
|
|
40971
41657
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
40972
41658
|
*/
|
|
40973
41659
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
41660
|
+
/**
|
|
41661
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
41662
|
+
*/
|
|
41663
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementLabelMatchStatement;
|
|
40974
41664
|
/**
|
|
40975
41665
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
40976
41666
|
*/
|
|
@@ -41112,6 +41802,16 @@ export declare namespace wafv2 {
|
|
|
41112
41802
|
*/
|
|
41113
41803
|
position: string;
|
|
41114
41804
|
}
|
|
41805
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
41806
|
+
/**
|
|
41807
|
+
* The string to match against.
|
|
41808
|
+
*/
|
|
41809
|
+
key: string;
|
|
41810
|
+
/**
|
|
41811
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
41812
|
+
*/
|
|
41813
|
+
scope: string;
|
|
41814
|
+
}
|
|
41115
41815
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
41116
41816
|
/**
|
|
41117
41817
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -41536,6 +42236,16 @@ export declare namespace wafv2 {
|
|
|
41536
42236
|
*/
|
|
41537
42237
|
position: string;
|
|
41538
42238
|
}
|
|
42239
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementLabelMatchStatement {
|
|
42240
|
+
/**
|
|
42241
|
+
* The string to match against.
|
|
42242
|
+
*/
|
|
42243
|
+
key: string;
|
|
42244
|
+
/**
|
|
42245
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
42246
|
+
*/
|
|
42247
|
+
scope: string;
|
|
42248
|
+
}
|
|
41539
42249
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatement {
|
|
41540
42250
|
/**
|
|
41541
42251
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -41555,6 +42265,10 @@ export declare namespace wafv2 {
|
|
|
41555
42265
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
41556
42266
|
*/
|
|
41557
42267
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
42268
|
+
/**
|
|
42269
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
42270
|
+
*/
|
|
42271
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementStatementLabelMatchStatement;
|
|
41558
42272
|
/**
|
|
41559
42273
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
41560
42274
|
*/
|
|
@@ -41696,6 +42410,16 @@ export declare namespace wafv2 {
|
|
|
41696
42410
|
*/
|
|
41697
42411
|
position: string;
|
|
41698
42412
|
}
|
|
42413
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
42414
|
+
/**
|
|
42415
|
+
* The string to match against.
|
|
42416
|
+
*/
|
|
42417
|
+
key: string;
|
|
42418
|
+
/**
|
|
42419
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
42420
|
+
*/
|
|
42421
|
+
scope: string;
|
|
42422
|
+
}
|
|
41699
42423
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
41700
42424
|
/**
|
|
41701
42425
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -42015,6 +42739,10 @@ export declare namespace wafv2 {
|
|
|
42015
42739
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
42016
42740
|
*/
|
|
42017
42741
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
42742
|
+
/**
|
|
42743
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
42744
|
+
*/
|
|
42745
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementLabelMatchStatement;
|
|
42018
42746
|
/**
|
|
42019
42747
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
42020
42748
|
*/
|
|
@@ -42156,6 +42884,16 @@ export declare namespace wafv2 {
|
|
|
42156
42884
|
*/
|
|
42157
42885
|
position: string;
|
|
42158
42886
|
}
|
|
42887
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
42888
|
+
/**
|
|
42889
|
+
* The string to match against.
|
|
42890
|
+
*/
|
|
42891
|
+
key: string;
|
|
42892
|
+
/**
|
|
42893
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
42894
|
+
*/
|
|
42895
|
+
scope: string;
|
|
42896
|
+
}
|
|
42159
42897
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
42160
42898
|
/**
|
|
42161
42899
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -42880,6 +43618,16 @@ export declare namespace wafv2 {
|
|
|
42880
43618
|
*/
|
|
42881
43619
|
position: string;
|
|
42882
43620
|
}
|
|
43621
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement {
|
|
43622
|
+
/**
|
|
43623
|
+
* The string to match against.
|
|
43624
|
+
*/
|
|
43625
|
+
key: string;
|
|
43626
|
+
/**
|
|
43627
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
43628
|
+
*/
|
|
43629
|
+
scope: string;
|
|
43630
|
+
}
|
|
42883
43631
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement {
|
|
42884
43632
|
/**
|
|
42885
43633
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -42903,6 +43651,10 @@ export declare namespace wafv2 {
|
|
|
42903
43651
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
42904
43652
|
*/
|
|
42905
43653
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementIpSetReferenceStatement;
|
|
43654
|
+
/**
|
|
43655
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
43656
|
+
*/
|
|
43657
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementLabelMatchStatement;
|
|
42906
43658
|
/**
|
|
42907
43659
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
42908
43660
|
*/
|
|
@@ -42947,6 +43699,10 @@ export declare namespace wafv2 {
|
|
|
42947
43699
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
42948
43700
|
*/
|
|
42949
43701
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
43702
|
+
/**
|
|
43703
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
43704
|
+
*/
|
|
43705
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementLabelMatchStatement;
|
|
42950
43706
|
/**
|
|
42951
43707
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
42952
43708
|
*/
|
|
@@ -43088,6 +43844,16 @@ export declare namespace wafv2 {
|
|
|
43088
43844
|
*/
|
|
43089
43845
|
position: string;
|
|
43090
43846
|
}
|
|
43847
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
43848
|
+
/**
|
|
43849
|
+
* The string to match against.
|
|
43850
|
+
*/
|
|
43851
|
+
key: string;
|
|
43852
|
+
/**
|
|
43853
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
43854
|
+
*/
|
|
43855
|
+
scope: string;
|
|
43856
|
+
}
|
|
43091
43857
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
43092
43858
|
/**
|
|
43093
43859
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -43512,6 +44278,16 @@ export declare namespace wafv2 {
|
|
|
43512
44278
|
*/
|
|
43513
44279
|
position: string;
|
|
43514
44280
|
}
|
|
44281
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementLabelMatchStatement {
|
|
44282
|
+
/**
|
|
44283
|
+
* The string to match against.
|
|
44284
|
+
*/
|
|
44285
|
+
key: string;
|
|
44286
|
+
/**
|
|
44287
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
44288
|
+
*/
|
|
44289
|
+
scope: string;
|
|
44290
|
+
}
|
|
43515
44291
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatement {
|
|
43516
44292
|
/**
|
|
43517
44293
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -43531,6 +44307,10 @@ export declare namespace wafv2 {
|
|
|
43531
44307
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
43532
44308
|
*/
|
|
43533
44309
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
44310
|
+
/**
|
|
44311
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
44312
|
+
*/
|
|
44313
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatementStatementLabelMatchStatement;
|
|
43534
44314
|
/**
|
|
43535
44315
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
43536
44316
|
*/
|
|
@@ -43672,6 +44452,16 @@ export declare namespace wafv2 {
|
|
|
43672
44452
|
*/
|
|
43673
44453
|
position: string;
|
|
43674
44454
|
}
|
|
44455
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
44456
|
+
/**
|
|
44457
|
+
* The string to match against.
|
|
44458
|
+
*/
|
|
44459
|
+
key: string;
|
|
44460
|
+
/**
|
|
44461
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
44462
|
+
*/
|
|
44463
|
+
scope: string;
|
|
44464
|
+
}
|
|
43675
44465
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
43676
44466
|
/**
|
|
43677
44467
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -43991,6 +44781,10 @@ export declare namespace wafv2 {
|
|
|
43991
44781
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
43992
44782
|
*/
|
|
43993
44783
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
44784
|
+
/**
|
|
44785
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
44786
|
+
*/
|
|
44787
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementStatementLabelMatchStatement;
|
|
43994
44788
|
/**
|
|
43995
44789
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
43996
44790
|
*/
|
|
@@ -44132,6 +44926,16 @@ export declare namespace wafv2 {
|
|
|
44132
44926
|
*/
|
|
44133
44927
|
position: string;
|
|
44134
44928
|
}
|
|
44929
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
44930
|
+
/**
|
|
44931
|
+
* The string to match against.
|
|
44932
|
+
*/
|
|
44933
|
+
key: string;
|
|
44934
|
+
/**
|
|
44935
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
44936
|
+
*/
|
|
44937
|
+
scope: string;
|
|
44938
|
+
}
|
|
44135
44939
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
44136
44940
|
/**
|
|
44137
44941
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -44755,6 +45559,10 @@ export declare namespace wafv2 {
|
|
|
44755
45559
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
44756
45560
|
*/
|
|
44757
45561
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementIpSetReferenceStatement;
|
|
45562
|
+
/**
|
|
45563
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
45564
|
+
*/
|
|
45565
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementLabelMatchStatement;
|
|
44758
45566
|
/**
|
|
44759
45567
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
44760
45568
|
*/
|
|
@@ -44799,6 +45607,10 @@ export declare namespace wafv2 {
|
|
|
44799
45607
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
44800
45608
|
*/
|
|
44801
45609
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
45610
|
+
/**
|
|
45611
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
45612
|
+
*/
|
|
45613
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementLabelMatchStatement;
|
|
44802
45614
|
/**
|
|
44803
45615
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
44804
45616
|
*/
|
|
@@ -44940,6 +45752,16 @@ export declare namespace wafv2 {
|
|
|
44940
45752
|
*/
|
|
44941
45753
|
position: string;
|
|
44942
45754
|
}
|
|
45755
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
45756
|
+
/**
|
|
45757
|
+
* The string to match against.
|
|
45758
|
+
*/
|
|
45759
|
+
key: string;
|
|
45760
|
+
/**
|
|
45761
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
45762
|
+
*/
|
|
45763
|
+
scope: string;
|
|
45764
|
+
}
|
|
44943
45765
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
44944
45766
|
/**
|
|
44945
45767
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -45364,6 +46186,16 @@ export declare namespace wafv2 {
|
|
|
45364
46186
|
*/
|
|
45365
46187
|
position: string;
|
|
45366
46188
|
}
|
|
46189
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementLabelMatchStatement {
|
|
46190
|
+
/**
|
|
46191
|
+
* The string to match against.
|
|
46192
|
+
*/
|
|
46193
|
+
key: string;
|
|
46194
|
+
/**
|
|
46195
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
46196
|
+
*/
|
|
46197
|
+
scope: string;
|
|
46198
|
+
}
|
|
45367
46199
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatement {
|
|
45368
46200
|
/**
|
|
45369
46201
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -45383,6 +46215,10 @@ export declare namespace wafv2 {
|
|
|
45383
46215
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
45384
46216
|
*/
|
|
45385
46217
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
46218
|
+
/**
|
|
46219
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
46220
|
+
*/
|
|
46221
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementLabelMatchStatement;
|
|
45386
46222
|
/**
|
|
45387
46223
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
45388
46224
|
*/
|
|
@@ -45524,6 +46360,16 @@ export declare namespace wafv2 {
|
|
|
45524
46360
|
*/
|
|
45525
46361
|
position: string;
|
|
45526
46362
|
}
|
|
46363
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
46364
|
+
/**
|
|
46365
|
+
* The string to match against.
|
|
46366
|
+
*/
|
|
46367
|
+
key: string;
|
|
46368
|
+
/**
|
|
46369
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
46370
|
+
*/
|
|
46371
|
+
scope: string;
|
|
46372
|
+
}
|
|
45527
46373
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
45528
46374
|
/**
|
|
45529
46375
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -45843,6 +46689,10 @@ export declare namespace wafv2 {
|
|
|
45843
46689
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
45844
46690
|
*/
|
|
45845
46691
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
46692
|
+
/**
|
|
46693
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
46694
|
+
*/
|
|
46695
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementOrStatementStatementLabelMatchStatement;
|
|
45846
46696
|
/**
|
|
45847
46697
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
45848
46698
|
*/
|
|
@@ -45984,6 +46834,16 @@ export declare namespace wafv2 {
|
|
|
45984
46834
|
*/
|
|
45985
46835
|
position: string;
|
|
45986
46836
|
}
|
|
46837
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
46838
|
+
/**
|
|
46839
|
+
* The string to match against.
|
|
46840
|
+
*/
|
|
46841
|
+
key: string;
|
|
46842
|
+
/**
|
|
46843
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
46844
|
+
*/
|
|
46845
|
+
scope: string;
|
|
46846
|
+
}
|
|
45987
46847
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
45988
46848
|
/**
|
|
45989
46849
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -46907,6 +47767,10 @@ export declare namespace wafv2 {
|
|
|
46907
47767
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
46908
47768
|
*/
|
|
46909
47769
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementIpSetReferenceStatement;
|
|
47770
|
+
/**
|
|
47771
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
47772
|
+
*/
|
|
47773
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementLabelMatchStatement;
|
|
46910
47774
|
/**
|
|
46911
47775
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
46912
47776
|
*/
|
|
@@ -46955,6 +47819,10 @@ export declare namespace wafv2 {
|
|
|
46955
47819
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
46956
47820
|
*/
|
|
46957
47821
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
47822
|
+
/**
|
|
47823
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
47824
|
+
*/
|
|
47825
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementLabelMatchStatement;
|
|
46958
47826
|
/**
|
|
46959
47827
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
46960
47828
|
*/
|
|
@@ -46999,6 +47867,10 @@ export declare namespace wafv2 {
|
|
|
46999
47867
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
47000
47868
|
*/
|
|
47001
47869
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
47870
|
+
/**
|
|
47871
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
47872
|
+
*/
|
|
47873
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement;
|
|
47002
47874
|
/**
|
|
47003
47875
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
47004
47876
|
*/
|
|
@@ -47140,6 +48012,16 @@ export declare namespace wafv2 {
|
|
|
47140
48012
|
*/
|
|
47141
48013
|
position: string;
|
|
47142
48014
|
}
|
|
48015
|
+
interface WebAclRuleStatementNotStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
48016
|
+
/**
|
|
48017
|
+
* The string to match against.
|
|
48018
|
+
*/
|
|
48019
|
+
key: string;
|
|
48020
|
+
/**
|
|
48021
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
48022
|
+
*/
|
|
48023
|
+
scope: string;
|
|
48024
|
+
}
|
|
47143
48025
|
interface WebAclRuleStatementNotStatementStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
47144
48026
|
/**
|
|
47145
48027
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -47564,6 +48446,16 @@ export declare namespace wafv2 {
|
|
|
47564
48446
|
*/
|
|
47565
48447
|
position: string;
|
|
47566
48448
|
}
|
|
48449
|
+
interface WebAclRuleStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
48450
|
+
/**
|
|
48451
|
+
* The string to match against.
|
|
48452
|
+
*/
|
|
48453
|
+
key: string;
|
|
48454
|
+
/**
|
|
48455
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
48456
|
+
*/
|
|
48457
|
+
scope: string;
|
|
48458
|
+
}
|
|
47567
48459
|
interface WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatement {
|
|
47568
48460
|
/**
|
|
47569
48461
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -47583,6 +48475,10 @@ export declare namespace wafv2 {
|
|
|
47583
48475
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
47584
48476
|
*/
|
|
47585
48477
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
48478
|
+
/**
|
|
48479
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
48480
|
+
*/
|
|
48481
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement;
|
|
47586
48482
|
/**
|
|
47587
48483
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
47588
48484
|
*/
|
|
@@ -47724,6 +48620,16 @@ export declare namespace wafv2 {
|
|
|
47724
48620
|
*/
|
|
47725
48621
|
position: string;
|
|
47726
48622
|
}
|
|
48623
|
+
interface WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
48624
|
+
/**
|
|
48625
|
+
* The string to match against.
|
|
48626
|
+
*/
|
|
48627
|
+
key: string;
|
|
48628
|
+
/**
|
|
48629
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
48630
|
+
*/
|
|
48631
|
+
scope: string;
|
|
48632
|
+
}
|
|
47727
48633
|
interface WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
47728
48634
|
/**
|
|
47729
48635
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -48043,6 +48949,10 @@ export declare namespace wafv2 {
|
|
|
48043
48949
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
48044
48950
|
*/
|
|
48045
48951
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
48952
|
+
/**
|
|
48953
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
48954
|
+
*/
|
|
48955
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement;
|
|
48046
48956
|
/**
|
|
48047
48957
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
48048
48958
|
*/
|
|
@@ -48184,6 +49094,16 @@ export declare namespace wafv2 {
|
|
|
48184
49094
|
*/
|
|
48185
49095
|
position: string;
|
|
48186
49096
|
}
|
|
49097
|
+
interface WebAclRuleStatementNotStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
49098
|
+
/**
|
|
49099
|
+
* The string to match against.
|
|
49100
|
+
*/
|
|
49101
|
+
key: string;
|
|
49102
|
+
/**
|
|
49103
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
49104
|
+
*/
|
|
49105
|
+
scope: string;
|
|
49106
|
+
}
|
|
48187
49107
|
interface WebAclRuleStatementNotStatementStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
48188
49108
|
/**
|
|
48189
49109
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -48908,6 +49828,16 @@ export declare namespace wafv2 {
|
|
|
48908
49828
|
*/
|
|
48909
49829
|
position: string;
|
|
48910
49830
|
}
|
|
49831
|
+
interface WebAclRuleStatementNotStatementStatementLabelMatchStatement {
|
|
49832
|
+
/**
|
|
49833
|
+
* The string to match against.
|
|
49834
|
+
*/
|
|
49835
|
+
key: string;
|
|
49836
|
+
/**
|
|
49837
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
49838
|
+
*/
|
|
49839
|
+
scope: string;
|
|
49840
|
+
}
|
|
48911
49841
|
interface WebAclRuleStatementNotStatementStatementNotStatement {
|
|
48912
49842
|
/**
|
|
48913
49843
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -48931,6 +49861,10 @@ export declare namespace wafv2 {
|
|
|
48931
49861
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
48932
49862
|
*/
|
|
48933
49863
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
49864
|
+
/**
|
|
49865
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
49866
|
+
*/
|
|
49867
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementLabelMatchStatement;
|
|
48934
49868
|
/**
|
|
48935
49869
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
48936
49870
|
*/
|
|
@@ -48975,6 +49909,10 @@ export declare namespace wafv2 {
|
|
|
48975
49909
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
48976
49910
|
*/
|
|
48977
49911
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
49912
|
+
/**
|
|
49913
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
49914
|
+
*/
|
|
49915
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement;
|
|
48978
49916
|
/**
|
|
48979
49917
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
48980
49918
|
*/
|
|
@@ -49116,6 +50054,16 @@ export declare namespace wafv2 {
|
|
|
49116
50054
|
*/
|
|
49117
50055
|
position: string;
|
|
49118
50056
|
}
|
|
50057
|
+
interface WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
50058
|
+
/**
|
|
50059
|
+
* The string to match against.
|
|
50060
|
+
*/
|
|
50061
|
+
key: string;
|
|
50062
|
+
/**
|
|
50063
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
50064
|
+
*/
|
|
50065
|
+
scope: string;
|
|
50066
|
+
}
|
|
49119
50067
|
interface WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
49120
50068
|
/**
|
|
49121
50069
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -49540,6 +50488,16 @@ export declare namespace wafv2 {
|
|
|
49540
50488
|
*/
|
|
49541
50489
|
position: string;
|
|
49542
50490
|
}
|
|
50491
|
+
interface WebAclRuleStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
50492
|
+
/**
|
|
50493
|
+
* The string to match against.
|
|
50494
|
+
*/
|
|
50495
|
+
key: string;
|
|
50496
|
+
/**
|
|
50497
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
50498
|
+
*/
|
|
50499
|
+
scope: string;
|
|
50500
|
+
}
|
|
49543
50501
|
interface WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatement {
|
|
49544
50502
|
/**
|
|
49545
50503
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -49559,6 +50517,10 @@ export declare namespace wafv2 {
|
|
|
49559
50517
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
49560
50518
|
*/
|
|
49561
50519
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
50520
|
+
/**
|
|
50521
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
50522
|
+
*/
|
|
50523
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement;
|
|
49562
50524
|
/**
|
|
49563
50525
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
49564
50526
|
*/
|
|
@@ -49700,6 +50662,16 @@ export declare namespace wafv2 {
|
|
|
49700
50662
|
*/
|
|
49701
50663
|
position: string;
|
|
49702
50664
|
}
|
|
50665
|
+
interface WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
50666
|
+
/**
|
|
50667
|
+
* The string to match against.
|
|
50668
|
+
*/
|
|
50669
|
+
key: string;
|
|
50670
|
+
/**
|
|
50671
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
50672
|
+
*/
|
|
50673
|
+
scope: string;
|
|
50674
|
+
}
|
|
49703
50675
|
interface WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
49704
50676
|
/**
|
|
49705
50677
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -50019,6 +50991,10 @@ export declare namespace wafv2 {
|
|
|
50019
50991
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
50020
50992
|
*/
|
|
50021
50993
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
50994
|
+
/**
|
|
50995
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
50996
|
+
*/
|
|
50997
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement;
|
|
50022
50998
|
/**
|
|
50023
50999
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
50024
51000
|
*/
|
|
@@ -50160,6 +51136,16 @@ export declare namespace wafv2 {
|
|
|
50160
51136
|
*/
|
|
50161
51137
|
position: string;
|
|
50162
51138
|
}
|
|
51139
|
+
interface WebAclRuleStatementNotStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
51140
|
+
/**
|
|
51141
|
+
* The string to match against.
|
|
51142
|
+
*/
|
|
51143
|
+
key: string;
|
|
51144
|
+
/**
|
|
51145
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
51146
|
+
*/
|
|
51147
|
+
scope: string;
|
|
51148
|
+
}
|
|
50163
51149
|
interface WebAclRuleStatementNotStatementStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
50164
51150
|
/**
|
|
50165
51151
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -50783,6 +51769,10 @@ export declare namespace wafv2 {
|
|
|
50783
51769
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
50784
51770
|
*/
|
|
50785
51771
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
51772
|
+
/**
|
|
51773
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
51774
|
+
*/
|
|
51775
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementLabelMatchStatement;
|
|
50786
51776
|
/**
|
|
50787
51777
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
50788
51778
|
*/
|
|
@@ -50827,6 +51817,10 @@ export declare namespace wafv2 {
|
|
|
50827
51817
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
50828
51818
|
*/
|
|
50829
51819
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
51820
|
+
/**
|
|
51821
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
51822
|
+
*/
|
|
51823
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement;
|
|
50830
51824
|
/**
|
|
50831
51825
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
50832
51826
|
*/
|
|
@@ -50968,6 +51962,16 @@ export declare namespace wafv2 {
|
|
|
50968
51962
|
*/
|
|
50969
51963
|
position: string;
|
|
50970
51964
|
}
|
|
51965
|
+
interface WebAclRuleStatementNotStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
51966
|
+
/**
|
|
51967
|
+
* The string to match against.
|
|
51968
|
+
*/
|
|
51969
|
+
key: string;
|
|
51970
|
+
/**
|
|
51971
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
51972
|
+
*/
|
|
51973
|
+
scope: string;
|
|
51974
|
+
}
|
|
50971
51975
|
interface WebAclRuleStatementNotStatementStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
50972
51976
|
/**
|
|
50973
51977
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -51392,6 +52396,16 @@ export declare namespace wafv2 {
|
|
|
51392
52396
|
*/
|
|
51393
52397
|
position: string;
|
|
51394
52398
|
}
|
|
52399
|
+
interface WebAclRuleStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
52400
|
+
/**
|
|
52401
|
+
* The string to match against.
|
|
52402
|
+
*/
|
|
52403
|
+
key: string;
|
|
52404
|
+
/**
|
|
52405
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
52406
|
+
*/
|
|
52407
|
+
scope: string;
|
|
52408
|
+
}
|
|
51395
52409
|
interface WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatement {
|
|
51396
52410
|
/**
|
|
51397
52411
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -51411,6 +52425,10 @@ export declare namespace wafv2 {
|
|
|
51411
52425
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
51412
52426
|
*/
|
|
51413
52427
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
52428
|
+
/**
|
|
52429
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
52430
|
+
*/
|
|
52431
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement;
|
|
51414
52432
|
/**
|
|
51415
52433
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
51416
52434
|
*/
|
|
@@ -51552,6 +52570,16 @@ export declare namespace wafv2 {
|
|
|
51552
52570
|
*/
|
|
51553
52571
|
position: string;
|
|
51554
52572
|
}
|
|
52573
|
+
interface WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
52574
|
+
/**
|
|
52575
|
+
* The string to match against.
|
|
52576
|
+
*/
|
|
52577
|
+
key: string;
|
|
52578
|
+
/**
|
|
52579
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
52580
|
+
*/
|
|
52581
|
+
scope: string;
|
|
52582
|
+
}
|
|
51555
52583
|
interface WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
51556
52584
|
/**
|
|
51557
52585
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -51871,6 +52899,10 @@ export declare namespace wafv2 {
|
|
|
51871
52899
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
51872
52900
|
*/
|
|
51873
52901
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
52902
|
+
/**
|
|
52903
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
52904
|
+
*/
|
|
52905
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement;
|
|
51874
52906
|
/**
|
|
51875
52907
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
51876
52908
|
*/
|
|
@@ -52012,6 +53044,16 @@ export declare namespace wafv2 {
|
|
|
52012
53044
|
*/
|
|
52013
53045
|
position: string;
|
|
52014
53046
|
}
|
|
53047
|
+
interface WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
53048
|
+
/**
|
|
53049
|
+
* The string to match against.
|
|
53050
|
+
*/
|
|
53051
|
+
key: string;
|
|
53052
|
+
/**
|
|
53053
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
53054
|
+
*/
|
|
53055
|
+
scope: string;
|
|
53056
|
+
}
|
|
52015
53057
|
interface WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
52016
53058
|
/**
|
|
52017
53059
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -52935,6 +53977,10 @@ export declare namespace wafv2 {
|
|
|
52935
53977
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
52936
53978
|
*/
|
|
52937
53979
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementIpSetReferenceStatement;
|
|
53980
|
+
/**
|
|
53981
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
53982
|
+
*/
|
|
53983
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementLabelMatchStatement;
|
|
52938
53984
|
/**
|
|
52939
53985
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
52940
53986
|
*/
|
|
@@ -52983,6 +54029,10 @@ export declare namespace wafv2 {
|
|
|
52983
54029
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
52984
54030
|
*/
|
|
52985
54031
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
54032
|
+
/**
|
|
54033
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
54034
|
+
*/
|
|
54035
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementLabelMatchStatement;
|
|
52986
54036
|
/**
|
|
52987
54037
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
52988
54038
|
*/
|
|
@@ -53027,6 +54077,10 @@ export declare namespace wafv2 {
|
|
|
53027
54077
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
53028
54078
|
*/
|
|
53029
54079
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
54080
|
+
/**
|
|
54081
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
54082
|
+
*/
|
|
54083
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement;
|
|
53030
54084
|
/**
|
|
53031
54085
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
53032
54086
|
*/
|
|
@@ -53168,6 +54222,16 @@ export declare namespace wafv2 {
|
|
|
53168
54222
|
*/
|
|
53169
54223
|
position: string;
|
|
53170
54224
|
}
|
|
54225
|
+
interface WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
54226
|
+
/**
|
|
54227
|
+
* The string to match against.
|
|
54228
|
+
*/
|
|
54229
|
+
key: string;
|
|
54230
|
+
/**
|
|
54231
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
54232
|
+
*/
|
|
54233
|
+
scope: string;
|
|
54234
|
+
}
|
|
53171
54235
|
interface WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
53172
54236
|
/**
|
|
53173
54237
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -53592,6 +54656,16 @@ export declare namespace wafv2 {
|
|
|
53592
54656
|
*/
|
|
53593
54657
|
position: string;
|
|
53594
54658
|
}
|
|
54659
|
+
interface WebAclRuleStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
54660
|
+
/**
|
|
54661
|
+
* The string to match against.
|
|
54662
|
+
*/
|
|
54663
|
+
key: string;
|
|
54664
|
+
/**
|
|
54665
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
54666
|
+
*/
|
|
54667
|
+
scope: string;
|
|
54668
|
+
}
|
|
53595
54669
|
interface WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatement {
|
|
53596
54670
|
/**
|
|
53597
54671
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -53611,6 +54685,10 @@ export declare namespace wafv2 {
|
|
|
53611
54685
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
53612
54686
|
*/
|
|
53613
54687
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
54688
|
+
/**
|
|
54689
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
54690
|
+
*/
|
|
54691
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement;
|
|
53614
54692
|
/**
|
|
53615
54693
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
53616
54694
|
*/
|
|
@@ -53752,6 +54830,16 @@ export declare namespace wafv2 {
|
|
|
53752
54830
|
*/
|
|
53753
54831
|
position: string;
|
|
53754
54832
|
}
|
|
54833
|
+
interface WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
54834
|
+
/**
|
|
54835
|
+
* The string to match against.
|
|
54836
|
+
*/
|
|
54837
|
+
key: string;
|
|
54838
|
+
/**
|
|
54839
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
54840
|
+
*/
|
|
54841
|
+
scope: string;
|
|
54842
|
+
}
|
|
53755
54843
|
interface WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
53756
54844
|
/**
|
|
53757
54845
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -54071,6 +55159,10 @@ export declare namespace wafv2 {
|
|
|
54071
55159
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
54072
55160
|
*/
|
|
54073
55161
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
55162
|
+
/**
|
|
55163
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
55164
|
+
*/
|
|
55165
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement;
|
|
54074
55166
|
/**
|
|
54075
55167
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
54076
55168
|
*/
|
|
@@ -54212,6 +55304,16 @@ export declare namespace wafv2 {
|
|
|
54212
55304
|
*/
|
|
54213
55305
|
position: string;
|
|
54214
55306
|
}
|
|
55307
|
+
interface WebAclRuleStatementOrStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
55308
|
+
/**
|
|
55309
|
+
* The string to match against.
|
|
55310
|
+
*/
|
|
55311
|
+
key: string;
|
|
55312
|
+
/**
|
|
55313
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
55314
|
+
*/
|
|
55315
|
+
scope: string;
|
|
55316
|
+
}
|
|
54215
55317
|
interface WebAclRuleStatementOrStatementStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
54216
55318
|
/**
|
|
54217
55319
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -54936,6 +56038,16 @@ export declare namespace wafv2 {
|
|
|
54936
56038
|
*/
|
|
54937
56039
|
position: string;
|
|
54938
56040
|
}
|
|
56041
|
+
interface WebAclRuleStatementOrStatementStatementLabelMatchStatement {
|
|
56042
|
+
/**
|
|
56043
|
+
* The string to match against.
|
|
56044
|
+
*/
|
|
56045
|
+
key: string;
|
|
56046
|
+
/**
|
|
56047
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
56048
|
+
*/
|
|
56049
|
+
scope: string;
|
|
56050
|
+
}
|
|
54939
56051
|
interface WebAclRuleStatementOrStatementStatementNotStatement {
|
|
54940
56052
|
/**
|
|
54941
56053
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -54959,6 +56071,10 @@ export declare namespace wafv2 {
|
|
|
54959
56071
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
54960
56072
|
*/
|
|
54961
56073
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
56074
|
+
/**
|
|
56075
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
56076
|
+
*/
|
|
56077
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementLabelMatchStatement;
|
|
54962
56078
|
/**
|
|
54963
56079
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
54964
56080
|
*/
|
|
@@ -55003,6 +56119,10 @@ export declare namespace wafv2 {
|
|
|
55003
56119
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
55004
56120
|
*/
|
|
55005
56121
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
56122
|
+
/**
|
|
56123
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
56124
|
+
*/
|
|
56125
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement;
|
|
55006
56126
|
/**
|
|
55007
56127
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
55008
56128
|
*/
|
|
@@ -55144,6 +56264,16 @@ export declare namespace wafv2 {
|
|
|
55144
56264
|
*/
|
|
55145
56265
|
position: string;
|
|
55146
56266
|
}
|
|
56267
|
+
interface WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
56268
|
+
/**
|
|
56269
|
+
* The string to match against.
|
|
56270
|
+
*/
|
|
56271
|
+
key: string;
|
|
56272
|
+
/**
|
|
56273
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
56274
|
+
*/
|
|
56275
|
+
scope: string;
|
|
56276
|
+
}
|
|
55147
56277
|
interface WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
55148
56278
|
/**
|
|
55149
56279
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -55568,6 +56698,16 @@ export declare namespace wafv2 {
|
|
|
55568
56698
|
*/
|
|
55569
56699
|
position: string;
|
|
55570
56700
|
}
|
|
56701
|
+
interface WebAclRuleStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
56702
|
+
/**
|
|
56703
|
+
* The string to match against.
|
|
56704
|
+
*/
|
|
56705
|
+
key: string;
|
|
56706
|
+
/**
|
|
56707
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
56708
|
+
*/
|
|
56709
|
+
scope: string;
|
|
56710
|
+
}
|
|
55571
56711
|
interface WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatement {
|
|
55572
56712
|
/**
|
|
55573
56713
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -55587,6 +56727,10 @@ export declare namespace wafv2 {
|
|
|
55587
56727
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
55588
56728
|
*/
|
|
55589
56729
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
56730
|
+
/**
|
|
56731
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
56732
|
+
*/
|
|
56733
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement;
|
|
55590
56734
|
/**
|
|
55591
56735
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
55592
56736
|
*/
|
|
@@ -55728,6 +56872,16 @@ export declare namespace wafv2 {
|
|
|
55728
56872
|
*/
|
|
55729
56873
|
position: string;
|
|
55730
56874
|
}
|
|
56875
|
+
interface WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
56876
|
+
/**
|
|
56877
|
+
* The string to match against.
|
|
56878
|
+
*/
|
|
56879
|
+
key: string;
|
|
56880
|
+
/**
|
|
56881
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
56882
|
+
*/
|
|
56883
|
+
scope: string;
|
|
56884
|
+
}
|
|
55731
56885
|
interface WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
55732
56886
|
/**
|
|
55733
56887
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -56047,6 +57201,10 @@ export declare namespace wafv2 {
|
|
|
56047
57201
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
56048
57202
|
*/
|
|
56049
57203
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
57204
|
+
/**
|
|
57205
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
57206
|
+
*/
|
|
57207
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement;
|
|
56050
57208
|
/**
|
|
56051
57209
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
56052
57210
|
*/
|
|
@@ -56188,6 +57346,16 @@ export declare namespace wafv2 {
|
|
|
56188
57346
|
*/
|
|
56189
57347
|
position: string;
|
|
56190
57348
|
}
|
|
57349
|
+
interface WebAclRuleStatementOrStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
57350
|
+
/**
|
|
57351
|
+
* The string to match against.
|
|
57352
|
+
*/
|
|
57353
|
+
key: string;
|
|
57354
|
+
/**
|
|
57355
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
57356
|
+
*/
|
|
57357
|
+
scope: string;
|
|
57358
|
+
}
|
|
56191
57359
|
interface WebAclRuleStatementOrStatementStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
56192
57360
|
/**
|
|
56193
57361
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -56811,6 +57979,10 @@ export declare namespace wafv2 {
|
|
|
56811
57979
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
56812
57980
|
*/
|
|
56813
57981
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
57982
|
+
/**
|
|
57983
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
57984
|
+
*/
|
|
57985
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementLabelMatchStatement;
|
|
56814
57986
|
/**
|
|
56815
57987
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
56816
57988
|
*/
|
|
@@ -56855,6 +58027,10 @@ export declare namespace wafv2 {
|
|
|
56855
58027
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
56856
58028
|
*/
|
|
56857
58029
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
58030
|
+
/**
|
|
58031
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
58032
|
+
*/
|
|
58033
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement;
|
|
56858
58034
|
/**
|
|
56859
58035
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
56860
58036
|
*/
|
|
@@ -56996,6 +58172,16 @@ export declare namespace wafv2 {
|
|
|
56996
58172
|
*/
|
|
56997
58173
|
position: string;
|
|
56998
58174
|
}
|
|
58175
|
+
interface WebAclRuleStatementOrStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
58176
|
+
/**
|
|
58177
|
+
* The string to match against.
|
|
58178
|
+
*/
|
|
58179
|
+
key: string;
|
|
58180
|
+
/**
|
|
58181
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
58182
|
+
*/
|
|
58183
|
+
scope: string;
|
|
58184
|
+
}
|
|
56999
58185
|
interface WebAclRuleStatementOrStatementStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
57000
58186
|
/**
|
|
57001
58187
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -57420,6 +58606,16 @@ export declare namespace wafv2 {
|
|
|
57420
58606
|
*/
|
|
57421
58607
|
position: string;
|
|
57422
58608
|
}
|
|
58609
|
+
interface WebAclRuleStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
58610
|
+
/**
|
|
58611
|
+
* The string to match against.
|
|
58612
|
+
*/
|
|
58613
|
+
key: string;
|
|
58614
|
+
/**
|
|
58615
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
58616
|
+
*/
|
|
58617
|
+
scope: string;
|
|
58618
|
+
}
|
|
57423
58619
|
interface WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatement {
|
|
57424
58620
|
/**
|
|
57425
58621
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -57439,6 +58635,10 @@ export declare namespace wafv2 {
|
|
|
57439
58635
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
57440
58636
|
*/
|
|
57441
58637
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
58638
|
+
/**
|
|
58639
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
58640
|
+
*/
|
|
58641
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement;
|
|
57442
58642
|
/**
|
|
57443
58643
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
57444
58644
|
*/
|
|
@@ -57580,6 +58780,16 @@ export declare namespace wafv2 {
|
|
|
57580
58780
|
*/
|
|
57581
58781
|
position: string;
|
|
57582
58782
|
}
|
|
58783
|
+
interface WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
58784
|
+
/**
|
|
58785
|
+
* The string to match against.
|
|
58786
|
+
*/
|
|
58787
|
+
key: string;
|
|
58788
|
+
/**
|
|
58789
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
58790
|
+
*/
|
|
58791
|
+
scope: string;
|
|
58792
|
+
}
|
|
57583
58793
|
interface WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
57584
58794
|
/**
|
|
57585
58795
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -57899,6 +59109,10 @@ export declare namespace wafv2 {
|
|
|
57899
59109
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
57900
59110
|
*/
|
|
57901
59111
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
59112
|
+
/**
|
|
59113
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
59114
|
+
*/
|
|
59115
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement;
|
|
57902
59116
|
/**
|
|
57903
59117
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
57904
59118
|
*/
|
|
@@ -58040,6 +59254,16 @@ export declare namespace wafv2 {
|
|
|
58040
59254
|
*/
|
|
58041
59255
|
position: string;
|
|
58042
59256
|
}
|
|
59257
|
+
interface WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
59258
|
+
/**
|
|
59259
|
+
* The string to match against.
|
|
59260
|
+
*/
|
|
59261
|
+
key: string;
|
|
59262
|
+
/**
|
|
59263
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
59264
|
+
*/
|
|
59265
|
+
scope: string;
|
|
59266
|
+
}
|
|
58043
59267
|
interface WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
58044
59268
|
/**
|
|
58045
59269
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -58985,6 +60209,10 @@ export declare namespace wafv2 {
|
|
|
58985
60209
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
58986
60210
|
*/
|
|
58987
60211
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement;
|
|
60212
|
+
/**
|
|
60213
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
60214
|
+
*/
|
|
60215
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement;
|
|
58988
60216
|
/**
|
|
58989
60217
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
58990
60218
|
*/
|
|
@@ -59033,6 +60261,10 @@ export declare namespace wafv2 {
|
|
|
59033
60261
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
59034
60262
|
*/
|
|
59035
60263
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementIpSetReferenceStatement;
|
|
60264
|
+
/**
|
|
60265
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
60266
|
+
*/
|
|
60267
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementLabelMatchStatement;
|
|
59036
60268
|
/**
|
|
59037
60269
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
59038
60270
|
*/
|
|
@@ -59077,6 +60309,10 @@ export declare namespace wafv2 {
|
|
|
59077
60309
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
59078
60310
|
*/
|
|
59079
60311
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
60312
|
+
/**
|
|
60313
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
60314
|
+
*/
|
|
60315
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementLabelMatchStatement;
|
|
59080
60316
|
/**
|
|
59081
60317
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
59082
60318
|
*/
|
|
@@ -59218,6 +60454,16 @@ export declare namespace wafv2 {
|
|
|
59218
60454
|
*/
|
|
59219
60455
|
position: string;
|
|
59220
60456
|
}
|
|
60457
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
60458
|
+
/**
|
|
60459
|
+
* The string to match against.
|
|
60460
|
+
*/
|
|
60461
|
+
key: string;
|
|
60462
|
+
/**
|
|
60463
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
60464
|
+
*/
|
|
60465
|
+
scope: string;
|
|
60466
|
+
}
|
|
59221
60467
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
59222
60468
|
/**
|
|
59223
60469
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -59642,6 +60888,16 @@ export declare namespace wafv2 {
|
|
|
59642
60888
|
*/
|
|
59643
60889
|
position: string;
|
|
59644
60890
|
}
|
|
60891
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementLabelMatchStatement {
|
|
60892
|
+
/**
|
|
60893
|
+
* The string to match against.
|
|
60894
|
+
*/
|
|
60895
|
+
key: string;
|
|
60896
|
+
/**
|
|
60897
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
60898
|
+
*/
|
|
60899
|
+
scope: string;
|
|
60900
|
+
}
|
|
59645
60901
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatement {
|
|
59646
60902
|
/**
|
|
59647
60903
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -59661,6 +60917,10 @@ export declare namespace wafv2 {
|
|
|
59661
60917
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
59662
60918
|
*/
|
|
59663
60919
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
60920
|
+
/**
|
|
60921
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
60922
|
+
*/
|
|
60923
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementLabelMatchStatement;
|
|
59664
60924
|
/**
|
|
59665
60925
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
59666
60926
|
*/
|
|
@@ -59802,6 +61062,16 @@ export declare namespace wafv2 {
|
|
|
59802
61062
|
*/
|
|
59803
61063
|
position: string;
|
|
59804
61064
|
}
|
|
61065
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
61066
|
+
/**
|
|
61067
|
+
* The string to match against.
|
|
61068
|
+
*/
|
|
61069
|
+
key: string;
|
|
61070
|
+
/**
|
|
61071
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
61072
|
+
*/
|
|
61073
|
+
scope: string;
|
|
61074
|
+
}
|
|
59805
61075
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
59806
61076
|
/**
|
|
59807
61077
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -60121,6 +61391,10 @@ export declare namespace wafv2 {
|
|
|
60121
61391
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
60122
61392
|
*/
|
|
60123
61393
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
61394
|
+
/**
|
|
61395
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
61396
|
+
*/
|
|
61397
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementOrStatementStatementLabelMatchStatement;
|
|
60124
61398
|
/**
|
|
60125
61399
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
60126
61400
|
*/
|
|
@@ -60262,6 +61536,16 @@ export declare namespace wafv2 {
|
|
|
60262
61536
|
*/
|
|
60263
61537
|
position: string;
|
|
60264
61538
|
}
|
|
61539
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
61540
|
+
/**
|
|
61541
|
+
* The string to match against.
|
|
61542
|
+
*/
|
|
61543
|
+
key: string;
|
|
61544
|
+
/**
|
|
61545
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
61546
|
+
*/
|
|
61547
|
+
scope: string;
|
|
61548
|
+
}
|
|
60265
61549
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
60266
61550
|
/**
|
|
60267
61551
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -60986,6 +62270,16 @@ export declare namespace wafv2 {
|
|
|
60986
62270
|
*/
|
|
60987
62271
|
position: string;
|
|
60988
62272
|
}
|
|
62273
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement {
|
|
62274
|
+
/**
|
|
62275
|
+
* The string to match against.
|
|
62276
|
+
*/
|
|
62277
|
+
key: string;
|
|
62278
|
+
/**
|
|
62279
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
62280
|
+
*/
|
|
62281
|
+
scope: string;
|
|
62282
|
+
}
|
|
60989
62283
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement {
|
|
60990
62284
|
/**
|
|
60991
62285
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -61009,6 +62303,10 @@ export declare namespace wafv2 {
|
|
|
61009
62303
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
61010
62304
|
*/
|
|
61011
62305
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementIpSetReferenceStatement;
|
|
62306
|
+
/**
|
|
62307
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
62308
|
+
*/
|
|
62309
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementLabelMatchStatement;
|
|
61012
62310
|
/**
|
|
61013
62311
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
61014
62312
|
*/
|
|
@@ -61053,6 +62351,10 @@ export declare namespace wafv2 {
|
|
|
61053
62351
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
61054
62352
|
*/
|
|
61055
62353
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
62354
|
+
/**
|
|
62355
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
62356
|
+
*/
|
|
62357
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementAndStatementStatementLabelMatchStatement;
|
|
61056
62358
|
/**
|
|
61057
62359
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
61058
62360
|
*/
|
|
@@ -61194,6 +62496,16 @@ export declare namespace wafv2 {
|
|
|
61194
62496
|
*/
|
|
61195
62497
|
position: string;
|
|
61196
62498
|
}
|
|
62499
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
62500
|
+
/**
|
|
62501
|
+
* The string to match against.
|
|
62502
|
+
*/
|
|
62503
|
+
key: string;
|
|
62504
|
+
/**
|
|
62505
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
62506
|
+
*/
|
|
62507
|
+
scope: string;
|
|
62508
|
+
}
|
|
61197
62509
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
61198
62510
|
/**
|
|
61199
62511
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -61618,6 +62930,16 @@ export declare namespace wafv2 {
|
|
|
61618
62930
|
*/
|
|
61619
62931
|
position: string;
|
|
61620
62932
|
}
|
|
62933
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementLabelMatchStatement {
|
|
62934
|
+
/**
|
|
62935
|
+
* The string to match against.
|
|
62936
|
+
*/
|
|
62937
|
+
key: string;
|
|
62938
|
+
/**
|
|
62939
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
62940
|
+
*/
|
|
62941
|
+
scope: string;
|
|
62942
|
+
}
|
|
61621
62943
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatement {
|
|
61622
62944
|
/**
|
|
61623
62945
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -61637,6 +62959,10 @@ export declare namespace wafv2 {
|
|
|
61637
62959
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
61638
62960
|
*/
|
|
61639
62961
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
62962
|
+
/**
|
|
62963
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
62964
|
+
*/
|
|
62965
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementLabelMatchStatement;
|
|
61640
62966
|
/**
|
|
61641
62967
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
61642
62968
|
*/
|
|
@@ -61778,6 +63104,16 @@ export declare namespace wafv2 {
|
|
|
61778
63104
|
*/
|
|
61779
63105
|
position: string;
|
|
61780
63106
|
}
|
|
63107
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
63108
|
+
/**
|
|
63109
|
+
* The string to match against.
|
|
63110
|
+
*/
|
|
63111
|
+
key: string;
|
|
63112
|
+
/**
|
|
63113
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
63114
|
+
*/
|
|
63115
|
+
scope: string;
|
|
63116
|
+
}
|
|
61781
63117
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
61782
63118
|
/**
|
|
61783
63119
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -62097,6 +63433,10 @@ export declare namespace wafv2 {
|
|
|
62097
63433
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
62098
63434
|
*/
|
|
62099
63435
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
63436
|
+
/**
|
|
63437
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
63438
|
+
*/
|
|
63439
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementStatementLabelMatchStatement;
|
|
62100
63440
|
/**
|
|
62101
63441
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
62102
63442
|
*/
|
|
@@ -62238,6 +63578,16 @@ export declare namespace wafv2 {
|
|
|
62238
63578
|
*/
|
|
62239
63579
|
position: string;
|
|
62240
63580
|
}
|
|
63581
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
63582
|
+
/**
|
|
63583
|
+
* The string to match against.
|
|
63584
|
+
*/
|
|
63585
|
+
key: string;
|
|
63586
|
+
/**
|
|
63587
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
63588
|
+
*/
|
|
63589
|
+
scope: string;
|
|
63590
|
+
}
|
|
62241
63591
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
62242
63592
|
/**
|
|
62243
63593
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -62861,6 +64211,10 @@ export declare namespace wafv2 {
|
|
|
62861
64211
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
62862
64212
|
*/
|
|
62863
64213
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementIpSetReferenceStatement;
|
|
64214
|
+
/**
|
|
64215
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
64216
|
+
*/
|
|
64217
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementLabelMatchStatement;
|
|
62864
64218
|
/**
|
|
62865
64219
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
62866
64220
|
*/
|
|
@@ -62905,6 +64259,10 @@ export declare namespace wafv2 {
|
|
|
62905
64259
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
62906
64260
|
*/
|
|
62907
64261
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement;
|
|
64262
|
+
/**
|
|
64263
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
64264
|
+
*/
|
|
64265
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementLabelMatchStatement;
|
|
62908
64266
|
/**
|
|
62909
64267
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
62910
64268
|
*/
|
|
@@ -63046,6 +64404,16 @@ export declare namespace wafv2 {
|
|
|
63046
64404
|
*/
|
|
63047
64405
|
position: string;
|
|
63048
64406
|
}
|
|
64407
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
64408
|
+
/**
|
|
64409
|
+
* The string to match against.
|
|
64410
|
+
*/
|
|
64411
|
+
key: string;
|
|
64412
|
+
/**
|
|
64413
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
64414
|
+
*/
|
|
64415
|
+
scope: string;
|
|
64416
|
+
}
|
|
63049
64417
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
63050
64418
|
/**
|
|
63051
64419
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -63470,6 +64838,16 @@ export declare namespace wafv2 {
|
|
|
63470
64838
|
*/
|
|
63471
64839
|
position: string;
|
|
63472
64840
|
}
|
|
64841
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementLabelMatchStatement {
|
|
64842
|
+
/**
|
|
64843
|
+
* The string to match against.
|
|
64844
|
+
*/
|
|
64845
|
+
key: string;
|
|
64846
|
+
/**
|
|
64847
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
64848
|
+
*/
|
|
64849
|
+
scope: string;
|
|
64850
|
+
}
|
|
63473
64851
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatement {
|
|
63474
64852
|
/**
|
|
63475
64853
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -63489,6 +64867,10 @@ export declare namespace wafv2 {
|
|
|
63489
64867
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
63490
64868
|
*/
|
|
63491
64869
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement;
|
|
64870
|
+
/**
|
|
64871
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
64872
|
+
*/
|
|
64873
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatementStatementLabelMatchStatement;
|
|
63492
64874
|
/**
|
|
63493
64875
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
63494
64876
|
*/
|
|
@@ -63630,6 +65012,16 @@ export declare namespace wafv2 {
|
|
|
63630
65012
|
*/
|
|
63631
65013
|
position: string;
|
|
63632
65014
|
}
|
|
65015
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
65016
|
+
/**
|
|
65017
|
+
* The string to match against.
|
|
65018
|
+
*/
|
|
65019
|
+
key: string;
|
|
65020
|
+
/**
|
|
65021
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
65022
|
+
*/
|
|
65023
|
+
scope: string;
|
|
65024
|
+
}
|
|
63633
65025
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
63634
65026
|
/**
|
|
63635
65027
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -63949,6 +65341,10 @@ export declare namespace wafv2 {
|
|
|
63949
65341
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
63950
65342
|
*/
|
|
63951
65343
|
ipSetReferenceStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement;
|
|
65344
|
+
/**
|
|
65345
|
+
* A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. See Label Match Statement below for details.
|
|
65346
|
+
*/
|
|
65347
|
+
labelMatchStatement?: outputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementOrStatementStatementLabelMatchStatement;
|
|
63952
65348
|
/**
|
|
63953
65349
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
63954
65350
|
*/
|
|
@@ -64090,6 +65486,16 @@ export declare namespace wafv2 {
|
|
|
64090
65486
|
*/
|
|
64091
65487
|
position: string;
|
|
64092
65488
|
}
|
|
65489
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
65490
|
+
/**
|
|
65491
|
+
* The string to match against.
|
|
65492
|
+
*/
|
|
65493
|
+
key: string;
|
|
65494
|
+
/**
|
|
65495
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
65496
|
+
*/
|
|
65497
|
+
scope: string;
|
|
65498
|
+
}
|
|
64093
65499
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
64094
65500
|
/**
|
|
64095
65501
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|