@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/input.d.ts
CHANGED
|
@@ -150,6 +150,7 @@ export interface ProviderDefaultTags {
|
|
|
150
150
|
}
|
|
151
151
|
export interface ProviderEndpoint {
|
|
152
152
|
accessanalyzer?: pulumi.Input<string>;
|
|
153
|
+
account?: pulumi.Input<string>;
|
|
153
154
|
acm?: pulumi.Input<string>;
|
|
154
155
|
acmpca?: pulumi.Input<string>;
|
|
155
156
|
alexaforbusiness?: pulumi.Input<string>;
|
|
@@ -4045,7 +4046,7 @@ export declare namespace apprunner {
|
|
|
4045
4046
|
/**
|
|
4046
4047
|
* 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.
|
|
4047
4048
|
*/
|
|
4048
|
-
instanceRoleArn
|
|
4049
|
+
instanceRoleArn?: pulumi.Input<string>;
|
|
4049
4050
|
/**
|
|
4050
4051
|
* 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`.
|
|
4051
4052
|
*/
|
|
@@ -4451,6 +4452,10 @@ export declare namespace athena {
|
|
|
4451
4452
|
* 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`.
|
|
4452
4453
|
*/
|
|
4453
4454
|
enforceWorkgroupConfiguration?: pulumi.Input<boolean>;
|
|
4455
|
+
/**
|
|
4456
|
+
* 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.
|
|
4457
|
+
*/
|
|
4458
|
+
engineVersion?: pulumi.Input<inputs.athena.WorkgroupConfigurationEngineVersion>;
|
|
4454
4459
|
/**
|
|
4455
4460
|
* Boolean whether Amazon CloudWatch metrics are enabled for the workgroup. Defaults to `true`.
|
|
4456
4461
|
*/
|
|
@@ -4464,6 +4469,16 @@ export declare namespace athena {
|
|
|
4464
4469
|
*/
|
|
4465
4470
|
resultConfiguration?: pulumi.Input<inputs.athena.WorkgroupConfigurationResultConfiguration>;
|
|
4466
4471
|
}
|
|
4472
|
+
interface WorkgroupConfigurationEngineVersion {
|
|
4473
|
+
/**
|
|
4474
|
+
* The engine version on which the query runs. If `selectedEngineVersion` is set to `AUTO`, the effective engine version is chosen by Athena.
|
|
4475
|
+
*/
|
|
4476
|
+
effectiveEngineVersion?: pulumi.Input<string>;
|
|
4477
|
+
/**
|
|
4478
|
+
* The requested engine version. Defaults to `AUTO`.
|
|
4479
|
+
*/
|
|
4480
|
+
selectedEngineVersion?: pulumi.Input<string>;
|
|
4481
|
+
}
|
|
4467
4482
|
interface WorkgroupConfigurationResultConfiguration {
|
|
4468
4483
|
/**
|
|
4469
4484
|
* Configuration block with encryption settings. Documented below.
|
|
@@ -5479,17 +5494,33 @@ export declare namespace cfg {
|
|
|
5479
5494
|
*/
|
|
5480
5495
|
resourceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5481
5496
|
}
|
|
5497
|
+
interface RemediationConfigurationExecutionControls {
|
|
5498
|
+
/**
|
|
5499
|
+
* Configuration block for SSM controls. See below.
|
|
5500
|
+
*/
|
|
5501
|
+
ssmControls?: pulumi.Input<inputs.cfg.RemediationConfigurationExecutionControlsSsmControls>;
|
|
5502
|
+
}
|
|
5503
|
+
interface RemediationConfigurationExecutionControlsSsmControls {
|
|
5504
|
+
/**
|
|
5505
|
+
* Maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. The default value is 10%.
|
|
5506
|
+
*/
|
|
5507
|
+
concurrentExecutionRatePercentage?: pulumi.Input<number>;
|
|
5508
|
+
/**
|
|
5509
|
+
* Percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. The default is 50%.
|
|
5510
|
+
*/
|
|
5511
|
+
errorPercentage?: pulumi.Input<number>;
|
|
5512
|
+
}
|
|
5482
5513
|
interface RemediationConfigurationParameter {
|
|
5483
5514
|
/**
|
|
5484
|
-
*
|
|
5515
|
+
* Name of the attribute.
|
|
5485
5516
|
*/
|
|
5486
5517
|
name: pulumi.Input<string>;
|
|
5487
5518
|
/**
|
|
5488
|
-
*
|
|
5519
|
+
* Value is dynamic and changes at run-time.
|
|
5489
5520
|
*/
|
|
5490
5521
|
resourceValue?: pulumi.Input<string>;
|
|
5491
5522
|
/**
|
|
5492
|
-
*
|
|
5523
|
+
* Value is static and does not change at run-time.
|
|
5493
5524
|
*/
|
|
5494
5525
|
staticValue?: pulumi.Input<string>;
|
|
5495
5526
|
}
|
|
@@ -6620,7 +6651,11 @@ export declare namespace cloudtrail {
|
|
|
6620
6651
|
*/
|
|
6621
6652
|
dataResources?: pulumi.Input<pulumi.Input<inputs.cloudtrail.TrailEventSelectorDataResource>[]>;
|
|
6622
6653
|
/**
|
|
6623
|
-
*
|
|
6654
|
+
* 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.
|
|
6655
|
+
*/
|
|
6656
|
+
excludeManagementEventSources?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6657
|
+
/**
|
|
6658
|
+
* Whether to include management events for your trail. Defaults to `true`.
|
|
6624
6659
|
*/
|
|
6625
6660
|
includeManagementEvents?: pulumi.Input<boolean>;
|
|
6626
6661
|
/**
|
|
@@ -8585,19 +8620,23 @@ export declare namespace dlm {
|
|
|
8585
8620
|
}
|
|
8586
8621
|
interface LifecyclePolicyPolicyDetailsSchedule {
|
|
8587
8622
|
/**
|
|
8588
|
-
*
|
|
8623
|
+
* Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
|
|
8589
8624
|
*/
|
|
8590
8625
|
copyTags?: pulumi.Input<boolean>;
|
|
8591
8626
|
/**
|
|
8592
8627
|
* See the `createRule` block. Max of 1 per schedule.
|
|
8593
8628
|
*/
|
|
8594
8629
|
createRule: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleCreateRule>;
|
|
8630
|
+
/**
|
|
8631
|
+
* See the `crossRegionCopyRule` block. Max of 3 per schedule.
|
|
8632
|
+
*/
|
|
8633
|
+
crossRegionCopyRules?: pulumi.Input<pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule>[]>;
|
|
8595
8634
|
/**
|
|
8596
8635
|
* A name for the schedule.
|
|
8597
8636
|
*/
|
|
8598
8637
|
name: pulumi.Input<string>;
|
|
8599
8638
|
/**
|
|
8600
|
-
* See the `retainRule` block. Max of 1 per schedule.
|
|
8639
|
+
* 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.
|
|
8601
8640
|
*/
|
|
8602
8641
|
retainRule: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleRetainRule>;
|
|
8603
8642
|
/**
|
|
@@ -8609,11 +8648,11 @@ export declare namespace dlm {
|
|
|
8609
8648
|
}
|
|
8610
8649
|
interface LifecyclePolicyPolicyDetailsScheduleCreateRule {
|
|
8611
8650
|
/**
|
|
8612
|
-
*
|
|
8651
|
+
* The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
|
|
8613
8652
|
*/
|
|
8614
8653
|
interval: pulumi.Input<number>;
|
|
8615
8654
|
/**
|
|
8616
|
-
* The unit
|
|
8655
|
+
* The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
|
|
8617
8656
|
*/
|
|
8618
8657
|
intervalUnit?: pulumi.Input<string>;
|
|
8619
8658
|
/**
|
|
@@ -8621,6 +8660,52 @@ export declare namespace dlm {
|
|
|
8621
8660
|
*/
|
|
8622
8661
|
times?: pulumi.Input<string>;
|
|
8623
8662
|
}
|
|
8663
|
+
interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule {
|
|
8664
|
+
/**
|
|
8665
|
+
* 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.
|
|
8666
|
+
*/
|
|
8667
|
+
cmkArn?: pulumi.Input<string>;
|
|
8668
|
+
/**
|
|
8669
|
+
* Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
|
|
8670
|
+
*/
|
|
8671
|
+
copyTags?: pulumi.Input<boolean>;
|
|
8672
|
+
/**
|
|
8673
|
+
* The AMI deprecation rule for cross-Region AMI copies created by the rule. See the `deprecateRule` block.
|
|
8674
|
+
*/
|
|
8675
|
+
deprecateRule?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule>;
|
|
8676
|
+
/**
|
|
8677
|
+
* 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.
|
|
8678
|
+
*/
|
|
8679
|
+
encrypted: pulumi.Input<boolean>;
|
|
8680
|
+
/**
|
|
8681
|
+
* 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.
|
|
8682
|
+
*/
|
|
8683
|
+
retainRule?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule>;
|
|
8684
|
+
/**
|
|
8685
|
+
* The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
|
|
8686
|
+
*/
|
|
8687
|
+
target: pulumi.Input<string>;
|
|
8688
|
+
}
|
|
8689
|
+
interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleDeprecateRule {
|
|
8690
|
+
/**
|
|
8691
|
+
* The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
|
|
8692
|
+
*/
|
|
8693
|
+
interval: pulumi.Input<number>;
|
|
8694
|
+
/**
|
|
8695
|
+
* The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
|
|
8696
|
+
*/
|
|
8697
|
+
intervalUnit: pulumi.Input<string>;
|
|
8698
|
+
}
|
|
8699
|
+
interface LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRuleRetainRule {
|
|
8700
|
+
/**
|
|
8701
|
+
* The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
|
|
8702
|
+
*/
|
|
8703
|
+
interval: pulumi.Input<number>;
|
|
8704
|
+
/**
|
|
8705
|
+
* The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
|
|
8706
|
+
*/
|
|
8707
|
+
intervalUnit: pulumi.Input<string>;
|
|
8708
|
+
}
|
|
8624
8709
|
interface LifecyclePolicyPolicyDetailsScheduleRetainRule {
|
|
8625
8710
|
/**
|
|
8626
8711
|
* How many snapshots to keep. Must be an integer between 1 and 1000.
|
|
@@ -9610,38 +9695,38 @@ export declare namespace ec2 {
|
|
|
9610
9695
|
*/
|
|
9611
9696
|
values: string[];
|
|
9612
9697
|
}
|
|
9613
|
-
interface
|
|
9698
|
+
interface GetCoipPoolsFilter {
|
|
9614
9699
|
/**
|
|
9615
9700
|
* The name of the field to filter by, as defined by
|
|
9616
9701
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
|
|
9617
9702
|
*/
|
|
9618
|
-
name:
|
|
9703
|
+
name: string;
|
|
9619
9704
|
/**
|
|
9620
9705
|
* Set of values that are accepted for the given field.
|
|
9621
9706
|
* A COIP Pool will be selected if any one of the given values matches.
|
|
9622
9707
|
*/
|
|
9623
|
-
values:
|
|
9708
|
+
values: string[];
|
|
9624
9709
|
}
|
|
9625
|
-
interface
|
|
9710
|
+
interface GetCoipPoolsFilterArgs {
|
|
9626
9711
|
/**
|
|
9627
9712
|
* The name of the field to filter by, as defined by
|
|
9628
9713
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
|
|
9629
9714
|
*/
|
|
9630
|
-
name: string
|
|
9715
|
+
name: pulumi.Input<string>;
|
|
9631
9716
|
/**
|
|
9632
9717
|
* Set of values that are accepted for the given field.
|
|
9633
9718
|
* A COIP Pool will be selected if any one of the given values matches.
|
|
9634
9719
|
*/
|
|
9635
|
-
values: string[]
|
|
9636
|
-
}
|
|
9637
|
-
interface GetCustomerGatewayFilter {
|
|
9638
|
-
name: string;
|
|
9639
|
-
values: string[];
|
|
9720
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9640
9721
|
}
|
|
9641
9722
|
interface GetCustomerGatewayFilterArgs {
|
|
9642
9723
|
name: pulumi.Input<string>;
|
|
9643
9724
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9644
9725
|
}
|
|
9726
|
+
interface GetCustomerGatewayFilter {
|
|
9727
|
+
name: string;
|
|
9728
|
+
values: string[];
|
|
9729
|
+
}
|
|
9645
9730
|
interface GetDedicatedHostFilterArgs {
|
|
9646
9731
|
/**
|
|
9647
9732
|
* The name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeHosts.html).
|
|
@@ -9714,16 +9799,16 @@ export declare namespace ec2 {
|
|
|
9714
9799
|
memorySize?: pulumi.Input<number>;
|
|
9715
9800
|
name?: pulumi.Input<string>;
|
|
9716
9801
|
}
|
|
9717
|
-
interface GetInstanceTypeInferenceAcceleratorArgs {
|
|
9718
|
-
count?: pulumi.Input<number>;
|
|
9719
|
-
manufacturer?: pulumi.Input<string>;
|
|
9720
|
-
name?: pulumi.Input<string>;
|
|
9721
|
-
}
|
|
9722
9802
|
interface GetInstanceTypeInferenceAccelerator {
|
|
9723
9803
|
count?: number;
|
|
9724
9804
|
manufacturer?: string;
|
|
9725
9805
|
name?: string;
|
|
9726
9806
|
}
|
|
9807
|
+
interface GetInstanceTypeInferenceAcceleratorArgs {
|
|
9808
|
+
count?: pulumi.Input<number>;
|
|
9809
|
+
manufacturer?: pulumi.Input<string>;
|
|
9810
|
+
name?: pulumi.Input<string>;
|
|
9811
|
+
}
|
|
9727
9812
|
interface GetInstanceTypeInstanceDisk {
|
|
9728
9813
|
count?: number;
|
|
9729
9814
|
size?: number;
|
|
@@ -9774,6 +9859,26 @@ export declare namespace ec2 {
|
|
|
9774
9859
|
*/
|
|
9775
9860
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9776
9861
|
}
|
|
9862
|
+
interface GetInstanceTypesFilter {
|
|
9863
|
+
/**
|
|
9864
|
+
* Name of the filter.
|
|
9865
|
+
*/
|
|
9866
|
+
name: string;
|
|
9867
|
+
/**
|
|
9868
|
+
* List of one or more values for the filter.
|
|
9869
|
+
*/
|
|
9870
|
+
values: string[];
|
|
9871
|
+
}
|
|
9872
|
+
interface GetInstanceTypesFilterArgs {
|
|
9873
|
+
/**
|
|
9874
|
+
* Name of the filter.
|
|
9875
|
+
*/
|
|
9876
|
+
name: pulumi.Input<string>;
|
|
9877
|
+
/**
|
|
9878
|
+
* List of one or more values for the filter.
|
|
9879
|
+
*/
|
|
9880
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9881
|
+
}
|
|
9777
9882
|
interface GetInstancesFilter {
|
|
9778
9883
|
name: string;
|
|
9779
9884
|
values: string[];
|
|
@@ -9870,53 +9975,53 @@ export declare namespace ec2 {
|
|
|
9870
9975
|
*/
|
|
9871
9976
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9872
9977
|
}
|
|
9873
|
-
interface
|
|
9978
|
+
interface GetLocalGatewayRouteTableFilterArgs {
|
|
9874
9979
|
/**
|
|
9875
9980
|
* The name of the field to filter by, as defined by
|
|
9876
9981
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
9877
9982
|
*/
|
|
9878
|
-
name: string
|
|
9983
|
+
name: pulumi.Input<string>;
|
|
9879
9984
|
/**
|
|
9880
9985
|
* Set of values that are accepted for the given field.
|
|
9881
9986
|
* A local gateway route table will be selected if any one of the given values matches.
|
|
9882
9987
|
*/
|
|
9883
|
-
values: string[]
|
|
9988
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9884
9989
|
}
|
|
9885
|
-
interface
|
|
9990
|
+
interface GetLocalGatewayRouteTableFilter {
|
|
9886
9991
|
/**
|
|
9887
9992
|
* The name of the field to filter by, as defined by
|
|
9888
9993
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
9889
9994
|
*/
|
|
9890
|
-
name:
|
|
9995
|
+
name: string;
|
|
9891
9996
|
/**
|
|
9892
9997
|
* Set of values that are accepted for the given field.
|
|
9893
9998
|
* A local gateway route table will be selected if any one of the given values matches.
|
|
9894
9999
|
*/
|
|
9895
|
-
values:
|
|
10000
|
+
values: string[];
|
|
9896
10001
|
}
|
|
9897
|
-
interface
|
|
10002
|
+
interface GetLocalGatewayRouteTablesFilter {
|
|
9898
10003
|
/**
|
|
9899
10004
|
* The name of the field to filter by, as defined by
|
|
9900
10005
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
9901
10006
|
*/
|
|
9902
|
-
name:
|
|
10007
|
+
name: string;
|
|
9903
10008
|
/**
|
|
9904
10009
|
* Set of values that are accepted for the given field.
|
|
9905
10010
|
* A Local Gateway Route Table will be selected if any one of the given values matches.
|
|
9906
10011
|
*/
|
|
9907
|
-
values:
|
|
10012
|
+
values: string[];
|
|
9908
10013
|
}
|
|
9909
|
-
interface
|
|
10014
|
+
interface GetLocalGatewayRouteTablesFilterArgs {
|
|
9910
10015
|
/**
|
|
9911
10016
|
* The name of the field to filter by, as defined by
|
|
9912
10017
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
|
|
9913
10018
|
*/
|
|
9914
|
-
name: string
|
|
10019
|
+
name: pulumi.Input<string>;
|
|
9915
10020
|
/**
|
|
9916
10021
|
* Set of values that are accepted for the given field.
|
|
9917
10022
|
* A Local Gateway Route Table will be selected if any one of the given values matches.
|
|
9918
10023
|
*/
|
|
9919
|
-
values: string[]
|
|
10024
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9920
10025
|
}
|
|
9921
10026
|
interface GetLocalGatewayVirtualInterfaceFilterArgs {
|
|
9922
10027
|
/**
|
|
@@ -9958,16 +10063,6 @@ export declare namespace ec2 {
|
|
|
9958
10063
|
*/
|
|
9959
10064
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9960
10065
|
}
|
|
9961
|
-
interface GetLocalGatewayVirtualInterfaceGroupsFilter {
|
|
9962
|
-
/**
|
|
9963
|
-
* Name of the filter.
|
|
9964
|
-
*/
|
|
9965
|
-
name: string;
|
|
9966
|
-
/**
|
|
9967
|
-
* List of one or more values for the filter.
|
|
9968
|
-
*/
|
|
9969
|
-
values: string[];
|
|
9970
|
-
}
|
|
9971
10066
|
interface GetLocalGatewayVirtualInterfaceGroupsFilterArgs {
|
|
9972
10067
|
/**
|
|
9973
10068
|
* Name of the filter.
|
|
@@ -9978,15 +10073,13 @@ export declare namespace ec2 {
|
|
|
9978
10073
|
*/
|
|
9979
10074
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
9980
10075
|
}
|
|
9981
|
-
interface
|
|
10076
|
+
interface GetLocalGatewayVirtualInterfaceGroupsFilter {
|
|
9982
10077
|
/**
|
|
9983
|
-
*
|
|
9984
|
-
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
|
|
10078
|
+
* Name of the filter.
|
|
9985
10079
|
*/
|
|
9986
10080
|
name: string;
|
|
9987
10081
|
/**
|
|
9988
|
-
*
|
|
9989
|
-
* A Local Gateway will be selected if any one of the given values matches.
|
|
10082
|
+
* List of one or more values for the filter.
|
|
9990
10083
|
*/
|
|
9991
10084
|
values: string[];
|
|
9992
10085
|
}
|
|
@@ -10002,13 +10095,15 @@ export declare namespace ec2 {
|
|
|
10002
10095
|
*/
|
|
10003
10096
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10004
10097
|
}
|
|
10005
|
-
interface
|
|
10098
|
+
interface GetLocalGatewaysFilter {
|
|
10006
10099
|
/**
|
|
10007
|
-
* The name of the
|
|
10100
|
+
* The name of the field to filter by, as defined by
|
|
10101
|
+
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
|
|
10008
10102
|
*/
|
|
10009
10103
|
name: string;
|
|
10010
10104
|
/**
|
|
10011
|
-
* Set of values that are accepted for the given
|
|
10105
|
+
* Set of values that are accepted for the given field.
|
|
10106
|
+
* A Local Gateway will be selected if any one of the given values matches.
|
|
10012
10107
|
*/
|
|
10013
10108
|
values: string[];
|
|
10014
10109
|
}
|
|
@@ -10022,17 +10117,15 @@ export declare namespace ec2 {
|
|
|
10022
10117
|
*/
|
|
10023
10118
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10024
10119
|
}
|
|
10025
|
-
interface
|
|
10120
|
+
interface GetManagedPrefixListFilter {
|
|
10026
10121
|
/**
|
|
10027
|
-
* The name of the field
|
|
10028
|
-
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).
|
|
10122
|
+
* The name of the filter field. Valid values can be found in the EC2 [DescribeManagedPrefixLists](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html) API Reference.
|
|
10029
10123
|
*/
|
|
10030
|
-
name:
|
|
10124
|
+
name: string;
|
|
10031
10125
|
/**
|
|
10032
|
-
* Set of values that are accepted for the given field.
|
|
10033
|
-
* An Nat Gateway will be selected if any one of the given values matches.
|
|
10126
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
10034
10127
|
*/
|
|
10035
|
-
values:
|
|
10128
|
+
values: string[];
|
|
10036
10129
|
}
|
|
10037
10130
|
interface GetNatGatewayFilter {
|
|
10038
10131
|
/**
|
|
@@ -10046,17 +10139,17 @@ export declare namespace ec2 {
|
|
|
10046
10139
|
*/
|
|
10047
10140
|
values: string[];
|
|
10048
10141
|
}
|
|
10049
|
-
interface
|
|
10142
|
+
interface GetNatGatewayFilterArgs {
|
|
10050
10143
|
/**
|
|
10051
10144
|
* The name of the field to filter by, as defined by
|
|
10052
|
-
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
|
10145
|
+
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).
|
|
10053
10146
|
*/
|
|
10054
|
-
name: string
|
|
10147
|
+
name: pulumi.Input<string>;
|
|
10055
10148
|
/**
|
|
10056
10149
|
* Set of values that are accepted for the given field.
|
|
10057
|
-
*
|
|
10150
|
+
* An Nat Gateway will be selected if any one of the given values matches.
|
|
10058
10151
|
*/
|
|
10059
|
-
values: string[]
|
|
10152
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10060
10153
|
}
|
|
10061
10154
|
interface GetNetworkAclsFilterArgs {
|
|
10062
10155
|
/**
|
|
@@ -10070,6 +10163,18 @@ export declare namespace ec2 {
|
|
|
10070
10163
|
*/
|
|
10071
10164
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10072
10165
|
}
|
|
10166
|
+
interface GetNetworkAclsFilter {
|
|
10167
|
+
/**
|
|
10168
|
+
* The name of the field to filter by, as defined by
|
|
10169
|
+
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).
|
|
10170
|
+
*/
|
|
10171
|
+
name: string;
|
|
10172
|
+
/**
|
|
10173
|
+
* Set of values that are accepted for the given field.
|
|
10174
|
+
* A VPC will be selected if any one of the given values matches.
|
|
10175
|
+
*/
|
|
10176
|
+
values: string[];
|
|
10177
|
+
}
|
|
10073
10178
|
interface GetNetworkInterfaceFilterArgs {
|
|
10074
10179
|
name: pulumi.Input<string>;
|
|
10075
10180
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -10140,29 +10245,29 @@ export declare namespace ec2 {
|
|
|
10140
10245
|
*/
|
|
10141
10246
|
values: string[];
|
|
10142
10247
|
}
|
|
10143
|
-
interface
|
|
10248
|
+
interface GetRouteTablesFilterArgs {
|
|
10144
10249
|
/**
|
|
10145
10250
|
* The name of the field to filter by, as defined by
|
|
10146
10251
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
|
|
10147
10252
|
*/
|
|
10148
|
-
name: string
|
|
10253
|
+
name: pulumi.Input<string>;
|
|
10149
10254
|
/**
|
|
10150
10255
|
* Set of values that are accepted for the given field.
|
|
10151
10256
|
* A Route Table will be selected if any one of the given values matches.
|
|
10152
10257
|
*/
|
|
10153
|
-
values: string[]
|
|
10258
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10154
10259
|
}
|
|
10155
|
-
interface
|
|
10260
|
+
interface GetRouteTablesFilter {
|
|
10156
10261
|
/**
|
|
10157
10262
|
* The name of the field to filter by, as defined by
|
|
10158
10263
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
|
|
10159
10264
|
*/
|
|
10160
|
-
name:
|
|
10265
|
+
name: string;
|
|
10161
10266
|
/**
|
|
10162
10267
|
* Set of values that are accepted for the given field.
|
|
10163
10268
|
* A Route Table will be selected if any one of the given values matches.
|
|
10164
10269
|
*/
|
|
10165
|
-
values:
|
|
10270
|
+
values: string[];
|
|
10166
10271
|
}
|
|
10167
10272
|
interface GetSecurityGroupFilterArgs {
|
|
10168
10273
|
/**
|
|
@@ -10188,33 +10293,33 @@ export declare namespace ec2 {
|
|
|
10188
10293
|
*/
|
|
10189
10294
|
values: string[];
|
|
10190
10295
|
}
|
|
10191
|
-
interface GetSecurityGroupsFilter {
|
|
10192
|
-
name: string;
|
|
10193
|
-
values: string[];
|
|
10194
|
-
}
|
|
10195
10296
|
interface GetSecurityGroupsFilterArgs {
|
|
10196
10297
|
name: pulumi.Input<string>;
|
|
10197
10298
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10198
10299
|
}
|
|
10199
|
-
interface
|
|
10300
|
+
interface GetSecurityGroupsFilter {
|
|
10301
|
+
name: string;
|
|
10302
|
+
values: string[];
|
|
10303
|
+
}
|
|
10304
|
+
interface GetSpotPriceFilterArgs {
|
|
10200
10305
|
/**
|
|
10201
10306
|
* Name of the filter.
|
|
10202
10307
|
*/
|
|
10203
|
-
name: string
|
|
10308
|
+
name: pulumi.Input<string>;
|
|
10204
10309
|
/**
|
|
10205
10310
|
* List of one or more values for the filter.
|
|
10206
10311
|
*/
|
|
10207
|
-
values: string[]
|
|
10312
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10208
10313
|
}
|
|
10209
|
-
interface
|
|
10314
|
+
interface GetSpotPriceFilter {
|
|
10210
10315
|
/**
|
|
10211
10316
|
* Name of the filter.
|
|
10212
10317
|
*/
|
|
10213
|
-
name:
|
|
10318
|
+
name: string;
|
|
10214
10319
|
/**
|
|
10215
10320
|
* List of one or more values for the filter.
|
|
10216
10321
|
*/
|
|
10217
|
-
values:
|
|
10322
|
+
values: string[];
|
|
10218
10323
|
}
|
|
10219
10324
|
interface GetSubnetFilter {
|
|
10220
10325
|
/**
|
|
@@ -10262,55 +10367,55 @@ export declare namespace ec2 {
|
|
|
10262
10367
|
*/
|
|
10263
10368
|
values: string[];
|
|
10264
10369
|
}
|
|
10265
|
-
interface
|
|
10370
|
+
interface GetSubnetsFilterArgs {
|
|
10266
10371
|
/**
|
|
10267
10372
|
* The name of the field to filter by, as defined by
|
|
10268
10373
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
|
|
10269
10374
|
* For example, if matching against tag `Name`, use:
|
|
10270
10375
|
*/
|
|
10271
|
-
name: string
|
|
10376
|
+
name: pulumi.Input<string>;
|
|
10272
10377
|
/**
|
|
10273
10378
|
* Set of values that are accepted for the given field.
|
|
10274
10379
|
* Subnet IDs will be selected if any one of the given values match.
|
|
10275
10380
|
*/
|
|
10276
|
-
values: string[]
|
|
10381
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10277
10382
|
}
|
|
10278
|
-
interface
|
|
10383
|
+
interface GetSubnetsFilter {
|
|
10279
10384
|
/**
|
|
10280
10385
|
* The name of the field to filter by, as defined by
|
|
10281
10386
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
|
|
10282
10387
|
* For example, if matching against tag `Name`, use:
|
|
10283
10388
|
*/
|
|
10284
|
-
name:
|
|
10389
|
+
name: string;
|
|
10285
10390
|
/**
|
|
10286
10391
|
* Set of values that are accepted for the given field.
|
|
10287
10392
|
* Subnet IDs will be selected if any one of the given values match.
|
|
10288
10393
|
*/
|
|
10289
|
-
values:
|
|
10394
|
+
values: string[];
|
|
10290
10395
|
}
|
|
10291
|
-
interface
|
|
10396
|
+
interface GetTransitGatewayRouteTablesFilterArgs {
|
|
10292
10397
|
/**
|
|
10293
10398
|
* The name of the field to filter by, as defined by
|
|
10294
10399
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).
|
|
10295
10400
|
*/
|
|
10296
|
-
name: string
|
|
10401
|
+
name: pulumi.Input<string>;
|
|
10297
10402
|
/**
|
|
10298
10403
|
* Set of values that are accepted for the given field.
|
|
10299
10404
|
* A Transit Gateway Route Table will be selected if any one of the given values matches.
|
|
10300
10405
|
*/
|
|
10301
|
-
values: string[]
|
|
10406
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10302
10407
|
}
|
|
10303
|
-
interface
|
|
10408
|
+
interface GetTransitGatewayRouteTablesFilter {
|
|
10304
10409
|
/**
|
|
10305
10410
|
* The name of the field to filter by, as defined by
|
|
10306
10411
|
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayRouteTables.html).
|
|
10307
10412
|
*/
|
|
10308
|
-
name:
|
|
10413
|
+
name: string;
|
|
10309
10414
|
/**
|
|
10310
10415
|
* Set of values that are accepted for the given field.
|
|
10311
10416
|
* A Transit Gateway Route Table will be selected if any one of the given values matches.
|
|
10312
10417
|
*/
|
|
10313
|
-
values:
|
|
10418
|
+
values: string[];
|
|
10314
10419
|
}
|
|
10315
10420
|
interface GetVpcDhcpOptionsFilter {
|
|
10316
10421
|
/**
|
|
@@ -10376,40 +10481,36 @@ export declare namespace ec2 {
|
|
|
10376
10481
|
*/
|
|
10377
10482
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10378
10483
|
}
|
|
10379
|
-
interface
|
|
10484
|
+
interface GetVpcFilter {
|
|
10380
10485
|
/**
|
|
10381
10486
|
* The name of the field to filter by, as defined by
|
|
10382
10487
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
|
|
10383
10488
|
*/
|
|
10384
|
-
name:
|
|
10489
|
+
name: string;
|
|
10385
10490
|
/**
|
|
10386
10491
|
* Set of values that are accepted for the given field.
|
|
10387
10492
|
* A VPC will be selected if any one of the given values matches.
|
|
10388
10493
|
*/
|
|
10389
|
-
values:
|
|
10494
|
+
values: string[];
|
|
10390
10495
|
}
|
|
10391
|
-
interface
|
|
10496
|
+
interface GetVpcFilterArgs {
|
|
10392
10497
|
/**
|
|
10393
10498
|
* The name of the field to filter by, as defined by
|
|
10394
10499
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
|
|
10395
10500
|
*/
|
|
10396
|
-
name: string
|
|
10501
|
+
name: pulumi.Input<string>;
|
|
10397
10502
|
/**
|
|
10398
10503
|
* Set of values that are accepted for the given field.
|
|
10399
10504
|
* A VPC will be selected if any one of the given values matches.
|
|
10400
10505
|
*/
|
|
10401
|
-
values: string[]
|
|
10506
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10402
10507
|
}
|
|
10403
|
-
interface
|
|
10404
|
-
|
|
10405
|
-
|
|
10406
|
-
|
|
10407
|
-
|
|
10508
|
+
interface GetVpcIamPoolFilterArgs {
|
|
10509
|
+
name: pulumi.Input<string>;
|
|
10510
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10511
|
+
}
|
|
10512
|
+
interface GetVpcIamPoolFilter {
|
|
10408
10513
|
name: string;
|
|
10409
|
-
/**
|
|
10410
|
-
* Set of values that are accepted for the given field.
|
|
10411
|
-
* A VPC Peering Connection will be selected if any one of the given values matches.
|
|
10412
|
-
*/
|
|
10413
10514
|
values: string[];
|
|
10414
10515
|
}
|
|
10415
10516
|
interface GetVpcPeeringConnectionFilterArgs {
|
|
@@ -10424,17 +10525,17 @@ export declare namespace ec2 {
|
|
|
10424
10525
|
*/
|
|
10425
10526
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10426
10527
|
}
|
|
10427
|
-
interface
|
|
10528
|
+
interface GetVpcPeeringConnectionFilter {
|
|
10428
10529
|
/**
|
|
10429
10530
|
* The name of the field to filter by, as defined by
|
|
10430
10531
|
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).
|
|
10431
10532
|
*/
|
|
10432
|
-
name:
|
|
10533
|
+
name: string;
|
|
10433
10534
|
/**
|
|
10434
10535
|
* Set of values that are accepted for the given field.
|
|
10435
10536
|
* A VPC Peering Connection will be selected if any one of the given values matches.
|
|
10436
10537
|
*/
|
|
10437
|
-
values:
|
|
10538
|
+
values: string[];
|
|
10438
10539
|
}
|
|
10439
10540
|
interface GetVpcPeeringConnectionsFilter {
|
|
10440
10541
|
/**
|
|
@@ -10448,17 +10549,17 @@ export declare namespace ec2 {
|
|
|
10448
10549
|
*/
|
|
10449
10550
|
values: string[];
|
|
10450
10551
|
}
|
|
10451
|
-
interface
|
|
10552
|
+
interface GetVpcPeeringConnectionsFilterArgs {
|
|
10452
10553
|
/**
|
|
10453
10554
|
* The name of the field to filter by, as defined by
|
|
10454
|
-
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/
|
|
10555
|
+
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).
|
|
10455
10556
|
*/
|
|
10456
|
-
name: string
|
|
10557
|
+
name: pulumi.Input<string>;
|
|
10457
10558
|
/**
|
|
10458
10559
|
* Set of values that are accepted for the given field.
|
|
10459
|
-
* A VPC will be selected if any one of the given values matches.
|
|
10560
|
+
* A VPC Peering Connection will be selected if any one of the given values matches.
|
|
10460
10561
|
*/
|
|
10461
|
-
values: string[]
|
|
10562
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10462
10563
|
}
|
|
10463
10564
|
interface GetVpcsFilterArgs {
|
|
10464
10565
|
/**
|
|
@@ -10472,6 +10573,18 @@ export declare namespace ec2 {
|
|
|
10472
10573
|
*/
|
|
10473
10574
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
10474
10575
|
}
|
|
10576
|
+
interface GetVpcsFilter {
|
|
10577
|
+
/**
|
|
10578
|
+
* The name of the field to filter by, as defined by
|
|
10579
|
+
* [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
|
|
10580
|
+
*/
|
|
10581
|
+
name: string;
|
|
10582
|
+
/**
|
|
10583
|
+
* Set of values that are accepted for the given field.
|
|
10584
|
+
* A VPC will be selected if any one of the given values matches.
|
|
10585
|
+
*/
|
|
10586
|
+
values: string[];
|
|
10587
|
+
}
|
|
10475
10588
|
interface GetVpnGatewayFilter {
|
|
10476
10589
|
/**
|
|
10477
10590
|
* The name of the field to filter by, as defined by
|
|
@@ -11620,6 +11733,22 @@ export declare namespace ec2 {
|
|
|
11620
11733
|
*/
|
|
11621
11734
|
value?: pulumi.Input<string>;
|
|
11622
11735
|
}
|
|
11736
|
+
interface VpcIpamOperatingRegion {
|
|
11737
|
+
/**
|
|
11738
|
+
* The name of the Region you want to add to the IPAM.
|
|
11739
|
+
*/
|
|
11740
|
+
regionName: pulumi.Input<string>;
|
|
11741
|
+
}
|
|
11742
|
+
interface VpcIpamPoolCidrCidrAuthorizationContext {
|
|
11743
|
+
/**
|
|
11744
|
+
* The plain-text authorization message for the prefix and account.
|
|
11745
|
+
*/
|
|
11746
|
+
message?: pulumi.Input<string>;
|
|
11747
|
+
/**
|
|
11748
|
+
* The signed authorization message for the prefix and account.
|
|
11749
|
+
*/
|
|
11750
|
+
signature?: pulumi.Input<string>;
|
|
11751
|
+
}
|
|
11623
11752
|
interface VpcPeeringConnectionAccepter {
|
|
11624
11753
|
/**
|
|
11625
11754
|
* Allow a local linked EC2-Classic instance to communicate
|
|
@@ -14470,6 +14599,101 @@ export declare namespace fsx {
|
|
|
14470
14599
|
*/
|
|
14471
14600
|
ipAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14472
14601
|
}
|
|
14602
|
+
interface OntapStorageVirtualMachineActiveDirectoryConfiguration {
|
|
14603
|
+
/**
|
|
14604
|
+
* 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.
|
|
14605
|
+
*/
|
|
14606
|
+
netbiosName?: pulumi.Input<string>;
|
|
14607
|
+
selfManagedActiveDirectoryConfiguration?: pulumi.Input<inputs.fsx.OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration>;
|
|
14608
|
+
}
|
|
14609
|
+
interface OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration {
|
|
14610
|
+
/**
|
|
14611
|
+
* A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
|
14612
|
+
*/
|
|
14613
|
+
dnsIps: pulumi.Input<pulumi.Input<string>[]>;
|
|
14614
|
+
/**
|
|
14615
|
+
* The fully qualified domain name of the self-managed AD directory. For example, `corp.example.com`.
|
|
14616
|
+
*/
|
|
14617
|
+
domainName: pulumi.Input<string>;
|
|
14618
|
+
/**
|
|
14619
|
+
* 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`.
|
|
14620
|
+
*/
|
|
14621
|
+
fileSystemAdministratorsGroup?: pulumi.Input<string>;
|
|
14622
|
+
organizationalUnitDistinguidshedName?: pulumi.Input<string>;
|
|
14623
|
+
/**
|
|
14624
|
+
* The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
|
|
14625
|
+
*/
|
|
14626
|
+
password: pulumi.Input<string>;
|
|
14627
|
+
/**
|
|
14628
|
+
* The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
|
|
14629
|
+
*/
|
|
14630
|
+
username: pulumi.Input<string>;
|
|
14631
|
+
}
|
|
14632
|
+
interface OntapStorageVirtualMachineEndpoint {
|
|
14633
|
+
/**
|
|
14634
|
+
* An endpoint for accessing data on your storage virtual machine via iSCSI protocol. See Endpoint.
|
|
14635
|
+
*/
|
|
14636
|
+
iscses?: pulumi.Input<pulumi.Input<inputs.fsx.OntapStorageVirtualMachineEndpointIscse>[]>;
|
|
14637
|
+
/**
|
|
14638
|
+
* An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See Endpoint.
|
|
14639
|
+
*/
|
|
14640
|
+
managements?: pulumi.Input<pulumi.Input<inputs.fsx.OntapStorageVirtualMachineEndpointManagement>[]>;
|
|
14641
|
+
/**
|
|
14642
|
+
* An endpoint for accessing data on your storage virtual machine via NFS protocol. See Endpoint.
|
|
14643
|
+
*/
|
|
14644
|
+
nfs?: pulumi.Input<pulumi.Input<inputs.fsx.OntapStorageVirtualMachineEndpointNf>[]>;
|
|
14645
|
+
/**
|
|
14646
|
+
* 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.
|
|
14647
|
+
*/
|
|
14648
|
+
smbs?: pulumi.Input<pulumi.Input<inputs.fsx.OntapStorageVirtualMachineEndpointSmb>[]>;
|
|
14649
|
+
}
|
|
14650
|
+
interface OntapStorageVirtualMachineEndpointIscse {
|
|
14651
|
+
/**
|
|
14652
|
+
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
14653
|
+
*/
|
|
14654
|
+
dnsName?: pulumi.Input<string>;
|
|
14655
|
+
/**
|
|
14656
|
+
* IP addresses of the storage virtual machine endpoint.
|
|
14657
|
+
*/
|
|
14658
|
+
ipAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14659
|
+
}
|
|
14660
|
+
interface OntapStorageVirtualMachineEndpointManagement {
|
|
14661
|
+
/**
|
|
14662
|
+
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
14663
|
+
*/
|
|
14664
|
+
dnsName?: pulumi.Input<string>;
|
|
14665
|
+
/**
|
|
14666
|
+
* IP addresses of the storage virtual machine endpoint.
|
|
14667
|
+
*/
|
|
14668
|
+
ipAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14669
|
+
}
|
|
14670
|
+
interface OntapStorageVirtualMachineEndpointNf {
|
|
14671
|
+
/**
|
|
14672
|
+
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
14673
|
+
*/
|
|
14674
|
+
dnsName?: pulumi.Input<string>;
|
|
14675
|
+
/**
|
|
14676
|
+
* IP addresses of the storage virtual machine endpoint.
|
|
14677
|
+
*/
|
|
14678
|
+
ipAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14679
|
+
}
|
|
14680
|
+
interface OntapStorageVirtualMachineEndpointSmb {
|
|
14681
|
+
/**
|
|
14682
|
+
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
14683
|
+
*/
|
|
14684
|
+
dnsName?: pulumi.Input<string>;
|
|
14685
|
+
/**
|
|
14686
|
+
* IP addresses of the storage virtual machine endpoint.
|
|
14687
|
+
*/
|
|
14688
|
+
ipAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14689
|
+
}
|
|
14690
|
+
interface OntapVolumeTieringPolicy {
|
|
14691
|
+
coolingPeriod?: pulumi.Input<number>;
|
|
14692
|
+
/**
|
|
14693
|
+
* 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`.
|
|
14694
|
+
*/
|
|
14695
|
+
name?: pulumi.Input<string>;
|
|
14696
|
+
}
|
|
14473
14697
|
interface WindowsFileSystemAuditLogConfiguration {
|
|
14474
14698
|
/**
|
|
14475
14699
|
* 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.
|
|
@@ -15794,6 +16018,26 @@ export declare namespace imagebuilder {
|
|
|
15794
16018
|
*/
|
|
15795
16019
|
userIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
15796
16020
|
}
|
|
16021
|
+
interface GetImageRecipesFilterArgs {
|
|
16022
|
+
/**
|
|
16023
|
+
* 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).
|
|
16024
|
+
*/
|
|
16025
|
+
name: pulumi.Input<string>;
|
|
16026
|
+
/**
|
|
16027
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
16028
|
+
*/
|
|
16029
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
16030
|
+
}
|
|
16031
|
+
interface GetImageRecipesFilter {
|
|
16032
|
+
/**
|
|
16033
|
+
* 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).
|
|
16034
|
+
*/
|
|
16035
|
+
name: string;
|
|
16036
|
+
/**
|
|
16037
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
16038
|
+
*/
|
|
16039
|
+
values: string[];
|
|
16040
|
+
}
|
|
15797
16041
|
interface ImageImageTestsConfiguration {
|
|
15798
16042
|
/**
|
|
15799
16043
|
* Whether image tests are enabled. Defaults to `true`.
|
|
@@ -22484,7 +22728,7 @@ export declare namespace s3 {
|
|
|
22484
22728
|
/**
|
|
22485
22729
|
* A configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event documented below.
|
|
22486
22730
|
*/
|
|
22487
|
-
eventThreshold
|
|
22731
|
+
eventThreshold?: pulumi.Input<inputs.s3.BucketReplicationConfigRuleDestinationMetricsEventThreshold>;
|
|
22488
22732
|
/**
|
|
22489
22733
|
* The status of the Destination Metrics. Either `"Enabled"` or `"Disabled"`.
|
|
22490
22734
|
*/
|
|
@@ -25665,6 +25909,10 @@ export declare namespace ssm {
|
|
|
25665
25909
|
* The S3 bucket prefix. Results stored in the root if not configured.
|
|
25666
25910
|
*/
|
|
25667
25911
|
s3KeyPrefix?: pulumi.Input<string>;
|
|
25912
|
+
/**
|
|
25913
|
+
* The S3 bucket region.
|
|
25914
|
+
*/
|
|
25915
|
+
s3Region?: pulumi.Input<string>;
|
|
25668
25916
|
}
|
|
25669
25917
|
interface AssociationTarget {
|
|
25670
25918
|
/**
|
|
@@ -26002,6 +26250,22 @@ export declare namespace storagegateway {
|
|
|
26002
26250
|
}
|
|
26003
26251
|
}
|
|
26004
26252
|
export declare namespace synthetics {
|
|
26253
|
+
interface CanaryArtifactConfig {
|
|
26254
|
+
/**
|
|
26255
|
+
* Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.
|
|
26256
|
+
*/
|
|
26257
|
+
s3Encryption?: pulumi.Input<inputs.synthetics.CanaryArtifactConfigS3Encryption>;
|
|
26258
|
+
}
|
|
26259
|
+
interface CanaryArtifactConfigS3Encryption {
|
|
26260
|
+
/**
|
|
26261
|
+
* The encryption method to use for artifacts created by this canary. Valid values are: `SSE-S3` and `SSE-KMS`.
|
|
26262
|
+
*/
|
|
26263
|
+
encryptionMode?: pulumi.Input<string>;
|
|
26264
|
+
/**
|
|
26265
|
+
* The ARN of the customer-managed KMS key to use, if you specify `SSE-KMS` for `encryptionMode`.
|
|
26266
|
+
*/
|
|
26267
|
+
kmsKeyArn?: pulumi.Input<string>;
|
|
26268
|
+
}
|
|
26005
26269
|
interface CanaryRunConfig {
|
|
26006
26270
|
/**
|
|
26007
26271
|
* 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.
|
|
@@ -26752,6 +27016,20 @@ export declare namespace wafv2 {
|
|
|
26752
27016
|
*/
|
|
26753
27017
|
regexString: pulumi.Input<string>;
|
|
26754
27018
|
}
|
|
27019
|
+
interface RuleGroupCustomResponseBody {
|
|
27020
|
+
/**
|
|
27021
|
+
* The payload of the custom response.
|
|
27022
|
+
*/
|
|
27023
|
+
content: pulumi.Input<string>;
|
|
27024
|
+
/**
|
|
27025
|
+
* 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`.
|
|
27026
|
+
*/
|
|
27027
|
+
contentType: pulumi.Input<string>;
|
|
27028
|
+
/**
|
|
27029
|
+
* A unique key identifying the custom response body. This is referenced by the `customResponseBodyKey` argument in the Custom Response block.
|
|
27030
|
+
*/
|
|
27031
|
+
key: pulumi.Input<string>;
|
|
27032
|
+
}
|
|
26755
27033
|
interface RuleGroupRule {
|
|
26756
27034
|
/**
|
|
26757
27035
|
* 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.
|
|
@@ -26765,6 +27043,10 @@ export declare namespace wafv2 {
|
|
|
26765
27043
|
* 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.
|
|
26766
27044
|
*/
|
|
26767
27045
|
priority: pulumi.Input<number>;
|
|
27046
|
+
/**
|
|
27047
|
+
* Labels to apply to web requests that match the rule match statement. See Rule Label below for details.
|
|
27048
|
+
*/
|
|
27049
|
+
ruleLabels?: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupRuleRuleLabel>[]>;
|
|
26768
27050
|
/**
|
|
26769
27051
|
* The AWS WAF processing statement for the rule, for example `byteMatchStatement` or `geoMatchStatement`. See Statement below for details.
|
|
26770
27052
|
*/
|
|
@@ -26802,7 +27084,7 @@ export declare namespace wafv2 {
|
|
|
26802
27084
|
}
|
|
26803
27085
|
interface RuleGroupRuleActionAllowCustomRequestHandlingInsertHeader {
|
|
26804
27086
|
/**
|
|
26805
|
-
* The
|
|
27087
|
+
* The label string.
|
|
26806
27088
|
*/
|
|
26807
27089
|
name: pulumi.Input<string>;
|
|
26808
27090
|
/**
|
|
@@ -26817,6 +27099,10 @@ export declare namespace wafv2 {
|
|
|
26817
27099
|
customResponse?: pulumi.Input<inputs.wafv2.RuleGroupRuleActionBlockCustomResponse>;
|
|
26818
27100
|
}
|
|
26819
27101
|
interface RuleGroupRuleActionBlockCustomResponse {
|
|
27102
|
+
/**
|
|
27103
|
+
* 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.
|
|
27104
|
+
*/
|
|
27105
|
+
customResponseBodyKey?: pulumi.Input<string>;
|
|
26820
27106
|
/**
|
|
26821
27107
|
* The HTTP status code to return to the client.
|
|
26822
27108
|
*/
|
|
@@ -26828,7 +27114,7 @@ export declare namespace wafv2 {
|
|
|
26828
27114
|
}
|
|
26829
27115
|
interface RuleGroupRuleActionBlockCustomResponseResponseHeader {
|
|
26830
27116
|
/**
|
|
26831
|
-
* The
|
|
27117
|
+
* The label string.
|
|
26832
27118
|
*/
|
|
26833
27119
|
name: pulumi.Input<string>;
|
|
26834
27120
|
/**
|
|
@@ -26850,7 +27136,7 @@ export declare namespace wafv2 {
|
|
|
26850
27136
|
}
|
|
26851
27137
|
interface RuleGroupRuleActionCountCustomRequestHandlingInsertHeader {
|
|
26852
27138
|
/**
|
|
26853
|
-
* The
|
|
27139
|
+
* The label string.
|
|
26854
27140
|
*/
|
|
26855
27141
|
name: pulumi.Input<string>;
|
|
26856
27142
|
/**
|
|
@@ -26858,6 +27144,12 @@ export declare namespace wafv2 {
|
|
|
26858
27144
|
*/
|
|
26859
27145
|
value: pulumi.Input<string>;
|
|
26860
27146
|
}
|
|
27147
|
+
interface RuleGroupRuleRuleLabel {
|
|
27148
|
+
/**
|
|
27149
|
+
* The label string.
|
|
27150
|
+
*/
|
|
27151
|
+
name: pulumi.Input<string>;
|
|
27152
|
+
}
|
|
26861
27153
|
interface RuleGroupRuleStatement {
|
|
26862
27154
|
/**
|
|
26863
27155
|
* A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.
|
|
@@ -26875,6 +27167,10 @@ export declare namespace wafv2 {
|
|
|
26875
27167
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
26876
27168
|
*/
|
|
26877
27169
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementIpSetReferenceStatement>;
|
|
27170
|
+
/**
|
|
27171
|
+
* 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.
|
|
27172
|
+
*/
|
|
27173
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementLabelMatchStatement>;
|
|
26878
27174
|
/**
|
|
26879
27175
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
26880
27176
|
*/
|
|
@@ -26923,6 +27219,10 @@ export declare namespace wafv2 {
|
|
|
26923
27219
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
26924
27220
|
*/
|
|
26925
27221
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatementStatementIpSetReferenceStatement>;
|
|
27222
|
+
/**
|
|
27223
|
+
* 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.
|
|
27224
|
+
*/
|
|
27225
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatementStatementLabelMatchStatement>;
|
|
26926
27226
|
/**
|
|
26927
27227
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
26928
27228
|
*/
|
|
@@ -26967,6 +27267,10 @@ export declare namespace wafv2 {
|
|
|
26967
27267
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
26968
27268
|
*/
|
|
26969
27269
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
27270
|
+
/**
|
|
27271
|
+
* 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.
|
|
27272
|
+
*/
|
|
27273
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
26970
27274
|
/**
|
|
26971
27275
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
26972
27276
|
*/
|
|
@@ -27108,6 +27412,16 @@ export declare namespace wafv2 {
|
|
|
27108
27412
|
*/
|
|
27109
27413
|
position: pulumi.Input<string>;
|
|
27110
27414
|
}
|
|
27415
|
+
interface RuleGroupRuleStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
27416
|
+
/**
|
|
27417
|
+
* The string to match against.
|
|
27418
|
+
*/
|
|
27419
|
+
key: pulumi.Input<string>;
|
|
27420
|
+
/**
|
|
27421
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
27422
|
+
*/
|
|
27423
|
+
scope: pulumi.Input<string>;
|
|
27424
|
+
}
|
|
27111
27425
|
interface RuleGroupRuleStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
27112
27426
|
/**
|
|
27113
27427
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -27532,6 +27846,16 @@ export declare namespace wafv2 {
|
|
|
27532
27846
|
*/
|
|
27533
27847
|
position: pulumi.Input<string>;
|
|
27534
27848
|
}
|
|
27849
|
+
interface RuleGroupRuleStatementAndStatementStatementLabelMatchStatement {
|
|
27850
|
+
/**
|
|
27851
|
+
* The string to match against.
|
|
27852
|
+
*/
|
|
27853
|
+
key: pulumi.Input<string>;
|
|
27854
|
+
/**
|
|
27855
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
27856
|
+
*/
|
|
27857
|
+
scope: pulumi.Input<string>;
|
|
27858
|
+
}
|
|
27535
27859
|
interface RuleGroupRuleStatementAndStatementStatementNotStatement {
|
|
27536
27860
|
/**
|
|
27537
27861
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -27551,6 +27875,10 @@ export declare namespace wafv2 {
|
|
|
27551
27875
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
27552
27876
|
*/
|
|
27553
27877
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
27878
|
+
/**
|
|
27879
|
+
* 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.
|
|
27880
|
+
*/
|
|
27881
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
27554
27882
|
/**
|
|
27555
27883
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
27556
27884
|
*/
|
|
@@ -27692,6 +28020,16 @@ export declare namespace wafv2 {
|
|
|
27692
28020
|
*/
|
|
27693
28021
|
position: pulumi.Input<string>;
|
|
27694
28022
|
}
|
|
28023
|
+
interface RuleGroupRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
28024
|
+
/**
|
|
28025
|
+
* The string to match against.
|
|
28026
|
+
*/
|
|
28027
|
+
key: pulumi.Input<string>;
|
|
28028
|
+
/**
|
|
28029
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
28030
|
+
*/
|
|
28031
|
+
scope: pulumi.Input<string>;
|
|
28032
|
+
}
|
|
27695
28033
|
interface RuleGroupRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
27696
28034
|
/**
|
|
27697
28035
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -28011,6 +28349,10 @@ export declare namespace wafv2 {
|
|
|
28011
28349
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
28012
28350
|
*/
|
|
28013
28351
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
28352
|
+
/**
|
|
28353
|
+
* 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.
|
|
28354
|
+
*/
|
|
28355
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementAndStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
28014
28356
|
/**
|
|
28015
28357
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
28016
28358
|
*/
|
|
@@ -28152,6 +28494,16 @@ export declare namespace wafv2 {
|
|
|
28152
28494
|
*/
|
|
28153
28495
|
position: pulumi.Input<string>;
|
|
28154
28496
|
}
|
|
28497
|
+
interface RuleGroupRuleStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
28498
|
+
/**
|
|
28499
|
+
* The string to match against.
|
|
28500
|
+
*/
|
|
28501
|
+
key: pulumi.Input<string>;
|
|
28502
|
+
/**
|
|
28503
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
28504
|
+
*/
|
|
28505
|
+
scope: pulumi.Input<string>;
|
|
28506
|
+
}
|
|
28155
28507
|
interface RuleGroupRuleStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
28156
28508
|
/**
|
|
28157
28509
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -28876,6 +29228,16 @@ export declare namespace wafv2 {
|
|
|
28876
29228
|
*/
|
|
28877
29229
|
position: pulumi.Input<string>;
|
|
28878
29230
|
}
|
|
29231
|
+
interface RuleGroupRuleStatementLabelMatchStatement {
|
|
29232
|
+
/**
|
|
29233
|
+
* The string to match against.
|
|
29234
|
+
*/
|
|
29235
|
+
key: pulumi.Input<string>;
|
|
29236
|
+
/**
|
|
29237
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
29238
|
+
*/
|
|
29239
|
+
scope: pulumi.Input<string>;
|
|
29240
|
+
}
|
|
28879
29241
|
interface RuleGroupRuleStatementNotStatement {
|
|
28880
29242
|
/**
|
|
28881
29243
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -28899,6 +29261,10 @@ export declare namespace wafv2 {
|
|
|
28899
29261
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
28900
29262
|
*/
|
|
28901
29263
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementNotStatementStatementIpSetReferenceStatement>;
|
|
29264
|
+
/**
|
|
29265
|
+
* 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.
|
|
29266
|
+
*/
|
|
29267
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementNotStatementStatementLabelMatchStatement>;
|
|
28902
29268
|
/**
|
|
28903
29269
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
28904
29270
|
*/
|
|
@@ -28943,6 +29309,10 @@ export declare namespace wafv2 {
|
|
|
28943
29309
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
28944
29310
|
*/
|
|
28945
29311
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
29312
|
+
/**
|
|
29313
|
+
* 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.
|
|
29314
|
+
*/
|
|
29315
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementNotStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
28946
29316
|
/**
|
|
28947
29317
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
28948
29318
|
*/
|
|
@@ -29084,6 +29454,16 @@ export declare namespace wafv2 {
|
|
|
29084
29454
|
*/
|
|
29085
29455
|
position: pulumi.Input<string>;
|
|
29086
29456
|
}
|
|
29457
|
+
interface RuleGroupRuleStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
29458
|
+
/**
|
|
29459
|
+
* The string to match against.
|
|
29460
|
+
*/
|
|
29461
|
+
key: pulumi.Input<string>;
|
|
29462
|
+
/**
|
|
29463
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
29464
|
+
*/
|
|
29465
|
+
scope: pulumi.Input<string>;
|
|
29466
|
+
}
|
|
29087
29467
|
interface RuleGroupRuleStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
29088
29468
|
/**
|
|
29089
29469
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -29508,6 +29888,16 @@ export declare namespace wafv2 {
|
|
|
29508
29888
|
*/
|
|
29509
29889
|
position: pulumi.Input<string>;
|
|
29510
29890
|
}
|
|
29891
|
+
interface RuleGroupRuleStatementNotStatementStatementLabelMatchStatement {
|
|
29892
|
+
/**
|
|
29893
|
+
* The string to match against.
|
|
29894
|
+
*/
|
|
29895
|
+
key: pulumi.Input<string>;
|
|
29896
|
+
/**
|
|
29897
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
29898
|
+
*/
|
|
29899
|
+
scope: pulumi.Input<string>;
|
|
29900
|
+
}
|
|
29511
29901
|
interface RuleGroupRuleStatementNotStatementStatementNotStatement {
|
|
29512
29902
|
/**
|
|
29513
29903
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -29527,6 +29917,10 @@ export declare namespace wafv2 {
|
|
|
29527
29917
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
29528
29918
|
*/
|
|
29529
29919
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
29920
|
+
/**
|
|
29921
|
+
* 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.
|
|
29922
|
+
*/
|
|
29923
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementNotStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
29530
29924
|
/**
|
|
29531
29925
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
29532
29926
|
*/
|
|
@@ -29668,6 +30062,16 @@ export declare namespace wafv2 {
|
|
|
29668
30062
|
*/
|
|
29669
30063
|
position: pulumi.Input<string>;
|
|
29670
30064
|
}
|
|
30065
|
+
interface RuleGroupRuleStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
30066
|
+
/**
|
|
30067
|
+
* The string to match against.
|
|
30068
|
+
*/
|
|
30069
|
+
key: pulumi.Input<string>;
|
|
30070
|
+
/**
|
|
30071
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
30072
|
+
*/
|
|
30073
|
+
scope: pulumi.Input<string>;
|
|
30074
|
+
}
|
|
29671
30075
|
interface RuleGroupRuleStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
29672
30076
|
/**
|
|
29673
30077
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -29987,6 +30391,10 @@ export declare namespace wafv2 {
|
|
|
29987
30391
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
29988
30392
|
*/
|
|
29989
30393
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
30394
|
+
/**
|
|
30395
|
+
* 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.
|
|
30396
|
+
*/
|
|
30397
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementNotStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
29990
30398
|
/**
|
|
29991
30399
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
29992
30400
|
*/
|
|
@@ -30128,6 +30536,16 @@ export declare namespace wafv2 {
|
|
|
30128
30536
|
*/
|
|
30129
30537
|
position: pulumi.Input<string>;
|
|
30130
30538
|
}
|
|
30539
|
+
interface RuleGroupRuleStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
30540
|
+
/**
|
|
30541
|
+
* The string to match against.
|
|
30542
|
+
*/
|
|
30543
|
+
key: pulumi.Input<string>;
|
|
30544
|
+
/**
|
|
30545
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
30546
|
+
*/
|
|
30547
|
+
scope: pulumi.Input<string>;
|
|
30548
|
+
}
|
|
30131
30549
|
interface RuleGroupRuleStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
30132
30550
|
/**
|
|
30133
30551
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -30751,6 +31169,10 @@ export declare namespace wafv2 {
|
|
|
30751
31169
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
30752
31170
|
*/
|
|
30753
31171
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementOrStatementStatementIpSetReferenceStatement>;
|
|
31172
|
+
/**
|
|
31173
|
+
* 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.
|
|
31174
|
+
*/
|
|
31175
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementOrStatementStatementLabelMatchStatement>;
|
|
30754
31176
|
/**
|
|
30755
31177
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
30756
31178
|
*/
|
|
@@ -30795,6 +31217,10 @@ export declare namespace wafv2 {
|
|
|
30795
31217
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
30796
31218
|
*/
|
|
30797
31219
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
31220
|
+
/**
|
|
31221
|
+
* 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.
|
|
31222
|
+
*/
|
|
31223
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementOrStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
30798
31224
|
/**
|
|
30799
31225
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
30800
31226
|
*/
|
|
@@ -30936,6 +31362,16 @@ export declare namespace wafv2 {
|
|
|
30936
31362
|
*/
|
|
30937
31363
|
position: pulumi.Input<string>;
|
|
30938
31364
|
}
|
|
31365
|
+
interface RuleGroupRuleStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
31366
|
+
/**
|
|
31367
|
+
* The string to match against.
|
|
31368
|
+
*/
|
|
31369
|
+
key: pulumi.Input<string>;
|
|
31370
|
+
/**
|
|
31371
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
31372
|
+
*/
|
|
31373
|
+
scope: pulumi.Input<string>;
|
|
31374
|
+
}
|
|
30939
31375
|
interface RuleGroupRuleStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
30940
31376
|
/**
|
|
30941
31377
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -31360,6 +31796,16 @@ export declare namespace wafv2 {
|
|
|
31360
31796
|
*/
|
|
31361
31797
|
position: pulumi.Input<string>;
|
|
31362
31798
|
}
|
|
31799
|
+
interface RuleGroupRuleStatementOrStatementStatementLabelMatchStatement {
|
|
31800
|
+
/**
|
|
31801
|
+
* The string to match against.
|
|
31802
|
+
*/
|
|
31803
|
+
key: pulumi.Input<string>;
|
|
31804
|
+
/**
|
|
31805
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
31806
|
+
*/
|
|
31807
|
+
scope: pulumi.Input<string>;
|
|
31808
|
+
}
|
|
31363
31809
|
interface RuleGroupRuleStatementOrStatementStatementNotStatement {
|
|
31364
31810
|
/**
|
|
31365
31811
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -31379,6 +31825,10 @@ export declare namespace wafv2 {
|
|
|
31379
31825
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
31380
31826
|
*/
|
|
31381
31827
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
31828
|
+
/**
|
|
31829
|
+
* 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.
|
|
31830
|
+
*/
|
|
31831
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementOrStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
31382
31832
|
/**
|
|
31383
31833
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
31384
31834
|
*/
|
|
@@ -31520,6 +31970,16 @@ export declare namespace wafv2 {
|
|
|
31520
31970
|
*/
|
|
31521
31971
|
position: pulumi.Input<string>;
|
|
31522
31972
|
}
|
|
31973
|
+
interface RuleGroupRuleStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
31974
|
+
/**
|
|
31975
|
+
* The string to match against.
|
|
31976
|
+
*/
|
|
31977
|
+
key: pulumi.Input<string>;
|
|
31978
|
+
/**
|
|
31979
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
31980
|
+
*/
|
|
31981
|
+
scope: pulumi.Input<string>;
|
|
31982
|
+
}
|
|
31523
31983
|
interface RuleGroupRuleStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
31524
31984
|
/**
|
|
31525
31985
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -31839,6 +32299,10 @@ export declare namespace wafv2 {
|
|
|
31839
32299
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
31840
32300
|
*/
|
|
31841
32301
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
32302
|
+
/**
|
|
32303
|
+
* 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.
|
|
32304
|
+
*/
|
|
32305
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementOrStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
31842
32306
|
/**
|
|
31843
32307
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
31844
32308
|
*/
|
|
@@ -31980,6 +32444,16 @@ export declare namespace wafv2 {
|
|
|
31980
32444
|
*/
|
|
31981
32445
|
position: pulumi.Input<string>;
|
|
31982
32446
|
}
|
|
32447
|
+
interface RuleGroupRuleStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
32448
|
+
/**
|
|
32449
|
+
* The string to match against.
|
|
32450
|
+
*/
|
|
32451
|
+
key: pulumi.Input<string>;
|
|
32452
|
+
/**
|
|
32453
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
32454
|
+
*/
|
|
32455
|
+
scope: pulumi.Input<string>;
|
|
32456
|
+
}
|
|
31983
32457
|
interface RuleGroupRuleStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
31984
32458
|
/**
|
|
31985
32459
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -32908,6 +33382,20 @@ export declare namespace wafv2 {
|
|
|
32908
33382
|
*/
|
|
32909
33383
|
sampledRequestsEnabled: pulumi.Input<boolean>;
|
|
32910
33384
|
}
|
|
33385
|
+
interface WebAclCustomResponseBody {
|
|
33386
|
+
/**
|
|
33387
|
+
* The payload of the custom response.
|
|
33388
|
+
*/
|
|
33389
|
+
content: pulumi.Input<string>;
|
|
33390
|
+
/**
|
|
33391
|
+
* 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`.
|
|
33392
|
+
*/
|
|
33393
|
+
contentType: pulumi.Input<string>;
|
|
33394
|
+
/**
|
|
33395
|
+
* A unique key identifying the custom response body. This is referenced by the `customResponseBodyKey` argument in the Custom Response block.
|
|
33396
|
+
*/
|
|
33397
|
+
key: pulumi.Input<string>;
|
|
33398
|
+
}
|
|
32911
33399
|
interface WebAclDefaultAction {
|
|
32912
33400
|
/**
|
|
32913
33401
|
* Specifies that AWS WAF should allow requests by default. See Allow below for details.
|
|
@@ -32932,7 +33420,7 @@ export declare namespace wafv2 {
|
|
|
32932
33420
|
}
|
|
32933
33421
|
interface WebAclDefaultActionAllowCustomRequestHandlingInsertHeader {
|
|
32934
33422
|
/**
|
|
32935
|
-
* The
|
|
33423
|
+
* The label string.
|
|
32936
33424
|
*/
|
|
32937
33425
|
name: pulumi.Input<string>;
|
|
32938
33426
|
/**
|
|
@@ -32947,6 +33435,10 @@ export declare namespace wafv2 {
|
|
|
32947
33435
|
customResponse?: pulumi.Input<inputs.wafv2.WebAclDefaultActionBlockCustomResponse>;
|
|
32948
33436
|
}
|
|
32949
33437
|
interface WebAclDefaultActionBlockCustomResponse {
|
|
33438
|
+
/**
|
|
33439
|
+
* 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.
|
|
33440
|
+
*/
|
|
33441
|
+
customResponseBodyKey?: pulumi.Input<string>;
|
|
32950
33442
|
/**
|
|
32951
33443
|
* The HTTP status code to return to the client.
|
|
32952
33444
|
*/
|
|
@@ -32958,7 +33450,7 @@ export declare namespace wafv2 {
|
|
|
32958
33450
|
}
|
|
32959
33451
|
interface WebAclDefaultActionBlockCustomResponseResponseHeader {
|
|
32960
33452
|
/**
|
|
32961
|
-
* The
|
|
33453
|
+
* The label string.
|
|
32962
33454
|
*/
|
|
32963
33455
|
name: pulumi.Input<string>;
|
|
32964
33456
|
/**
|
|
@@ -33089,6 +33581,10 @@ export declare namespace wafv2 {
|
|
|
33089
33581
|
* 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.
|
|
33090
33582
|
*/
|
|
33091
33583
|
priority: pulumi.Input<number>;
|
|
33584
|
+
/**
|
|
33585
|
+
* Labels to apply to web requests that match the rule match statement. See Rule Label below for details.
|
|
33586
|
+
*/
|
|
33587
|
+
ruleLabels?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclRuleRuleLabel>[]>;
|
|
33092
33588
|
/**
|
|
33093
33589
|
* The AWS WAF processing statement for the rule, for example `byteMatchStatement` or `geoMatchStatement`. See Statement below for details.
|
|
33094
33590
|
*/
|
|
@@ -33126,7 +33622,7 @@ export declare namespace wafv2 {
|
|
|
33126
33622
|
}
|
|
33127
33623
|
interface WebAclRuleActionAllowCustomRequestHandlingInsertHeader {
|
|
33128
33624
|
/**
|
|
33129
|
-
* The
|
|
33625
|
+
* The label string.
|
|
33130
33626
|
*/
|
|
33131
33627
|
name: pulumi.Input<string>;
|
|
33132
33628
|
/**
|
|
@@ -33141,6 +33637,10 @@ export declare namespace wafv2 {
|
|
|
33141
33637
|
customResponse?: pulumi.Input<inputs.wafv2.WebAclRuleActionBlockCustomResponse>;
|
|
33142
33638
|
}
|
|
33143
33639
|
interface WebAclRuleActionBlockCustomResponse {
|
|
33640
|
+
/**
|
|
33641
|
+
* 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.
|
|
33642
|
+
*/
|
|
33643
|
+
customResponseBodyKey?: pulumi.Input<string>;
|
|
33144
33644
|
/**
|
|
33145
33645
|
* The HTTP status code to return to the client.
|
|
33146
33646
|
*/
|
|
@@ -33152,7 +33652,7 @@ export declare namespace wafv2 {
|
|
|
33152
33652
|
}
|
|
33153
33653
|
interface WebAclRuleActionBlockCustomResponseResponseHeader {
|
|
33154
33654
|
/**
|
|
33155
|
-
* The
|
|
33655
|
+
* The label string.
|
|
33156
33656
|
*/
|
|
33157
33657
|
name: pulumi.Input<string>;
|
|
33158
33658
|
/**
|
|
@@ -33174,7 +33674,7 @@ export declare namespace wafv2 {
|
|
|
33174
33674
|
}
|
|
33175
33675
|
interface WebAclRuleActionCountCustomRequestHandlingInsertHeader {
|
|
33176
33676
|
/**
|
|
33177
|
-
* The
|
|
33677
|
+
* The label string.
|
|
33178
33678
|
*/
|
|
33179
33679
|
name: pulumi.Input<string>;
|
|
33180
33680
|
/**
|
|
@@ -33196,6 +33696,12 @@ export declare namespace wafv2 {
|
|
|
33196
33696
|
}
|
|
33197
33697
|
interface WebAclRuleOverrideActionNone {
|
|
33198
33698
|
}
|
|
33699
|
+
interface WebAclRuleRuleLabel {
|
|
33700
|
+
/**
|
|
33701
|
+
* The label string.
|
|
33702
|
+
*/
|
|
33703
|
+
name: pulumi.Input<string>;
|
|
33704
|
+
}
|
|
33199
33705
|
interface WebAclRuleStatement {
|
|
33200
33706
|
/**
|
|
33201
33707
|
* A logical rule statement used to combine other rule statements with AND logic. See AND Statement below for details.
|
|
@@ -33213,6 +33719,10 @@ export declare namespace wafv2 {
|
|
|
33213
33719
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
33214
33720
|
*/
|
|
33215
33721
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementIpSetReferenceStatement>;
|
|
33722
|
+
/**
|
|
33723
|
+
* 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.
|
|
33724
|
+
*/
|
|
33725
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementLabelMatchStatement>;
|
|
33216
33726
|
/**
|
|
33217
33727
|
* 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.
|
|
33218
33728
|
*/
|
|
@@ -33273,6 +33783,10 @@ export declare namespace wafv2 {
|
|
|
33273
33783
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
33274
33784
|
*/
|
|
33275
33785
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementIpSetReferenceStatement>;
|
|
33786
|
+
/**
|
|
33787
|
+
* 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.
|
|
33788
|
+
*/
|
|
33789
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementLabelMatchStatement>;
|
|
33276
33790
|
/**
|
|
33277
33791
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
33278
33792
|
*/
|
|
@@ -33321,6 +33835,10 @@ export declare namespace wafv2 {
|
|
|
33321
33835
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
33322
33836
|
*/
|
|
33323
33837
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
33838
|
+
/**
|
|
33839
|
+
* 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.
|
|
33840
|
+
*/
|
|
33841
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
33324
33842
|
/**
|
|
33325
33843
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
33326
33844
|
*/
|
|
@@ -33365,6 +33883,10 @@ export declare namespace wafv2 {
|
|
|
33365
33883
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
33366
33884
|
*/
|
|
33367
33885
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
33886
|
+
/**
|
|
33887
|
+
* 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.
|
|
33888
|
+
*/
|
|
33889
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
33368
33890
|
/**
|
|
33369
33891
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
33370
33892
|
*/
|
|
@@ -33506,6 +34028,16 @@ export declare namespace wafv2 {
|
|
|
33506
34028
|
*/
|
|
33507
34029
|
position: pulumi.Input<string>;
|
|
33508
34030
|
}
|
|
34031
|
+
interface WebAclRuleStatementAndStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
34032
|
+
/**
|
|
34033
|
+
* The string to match against.
|
|
34034
|
+
*/
|
|
34035
|
+
key: pulumi.Input<string>;
|
|
34036
|
+
/**
|
|
34037
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
34038
|
+
*/
|
|
34039
|
+
scope: pulumi.Input<string>;
|
|
34040
|
+
}
|
|
33509
34041
|
interface WebAclRuleStatementAndStatementStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
33510
34042
|
/**
|
|
33511
34043
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -33930,6 +34462,16 @@ export declare namespace wafv2 {
|
|
|
33930
34462
|
*/
|
|
33931
34463
|
position: pulumi.Input<string>;
|
|
33932
34464
|
}
|
|
34465
|
+
interface WebAclRuleStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
34466
|
+
/**
|
|
34467
|
+
* The string to match against.
|
|
34468
|
+
*/
|
|
34469
|
+
key: pulumi.Input<string>;
|
|
34470
|
+
/**
|
|
34471
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
34472
|
+
*/
|
|
34473
|
+
scope: pulumi.Input<string>;
|
|
34474
|
+
}
|
|
33933
34475
|
interface WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatement {
|
|
33934
34476
|
/**
|
|
33935
34477
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -33949,6 +34491,10 @@ export declare namespace wafv2 {
|
|
|
33949
34491
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
33950
34492
|
*/
|
|
33951
34493
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
34494
|
+
/**
|
|
34495
|
+
* 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.
|
|
34496
|
+
*/
|
|
34497
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
33952
34498
|
/**
|
|
33953
34499
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
33954
34500
|
*/
|
|
@@ -34090,6 +34636,16 @@ export declare namespace wafv2 {
|
|
|
34090
34636
|
*/
|
|
34091
34637
|
position: pulumi.Input<string>;
|
|
34092
34638
|
}
|
|
34639
|
+
interface WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
34640
|
+
/**
|
|
34641
|
+
* The string to match against.
|
|
34642
|
+
*/
|
|
34643
|
+
key: pulumi.Input<string>;
|
|
34644
|
+
/**
|
|
34645
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
34646
|
+
*/
|
|
34647
|
+
scope: pulumi.Input<string>;
|
|
34648
|
+
}
|
|
34093
34649
|
interface WebAclRuleStatementAndStatementStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
34094
34650
|
/**
|
|
34095
34651
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -34409,6 +34965,10 @@ export declare namespace wafv2 {
|
|
|
34409
34965
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
34410
34966
|
*/
|
|
34411
34967
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
34968
|
+
/**
|
|
34969
|
+
* 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.
|
|
34970
|
+
*/
|
|
34971
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
34412
34972
|
/**
|
|
34413
34973
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
34414
34974
|
*/
|
|
@@ -34550,6 +35110,16 @@ export declare namespace wafv2 {
|
|
|
34550
35110
|
*/
|
|
34551
35111
|
position: pulumi.Input<string>;
|
|
34552
35112
|
}
|
|
35113
|
+
interface WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
35114
|
+
/**
|
|
35115
|
+
* The string to match against.
|
|
35116
|
+
*/
|
|
35117
|
+
key: pulumi.Input<string>;
|
|
35118
|
+
/**
|
|
35119
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
35120
|
+
*/
|
|
35121
|
+
scope: pulumi.Input<string>;
|
|
35122
|
+
}
|
|
34553
35123
|
interface WebAclRuleStatementAndStatementStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
34554
35124
|
/**
|
|
34555
35125
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -35274,6 +35844,16 @@ export declare namespace wafv2 {
|
|
|
35274
35844
|
*/
|
|
35275
35845
|
position: pulumi.Input<string>;
|
|
35276
35846
|
}
|
|
35847
|
+
interface WebAclRuleStatementAndStatementStatementLabelMatchStatement {
|
|
35848
|
+
/**
|
|
35849
|
+
* The string to match against.
|
|
35850
|
+
*/
|
|
35851
|
+
key: pulumi.Input<string>;
|
|
35852
|
+
/**
|
|
35853
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
35854
|
+
*/
|
|
35855
|
+
scope: pulumi.Input<string>;
|
|
35856
|
+
}
|
|
35277
35857
|
interface WebAclRuleStatementAndStatementStatementNotStatement {
|
|
35278
35858
|
/**
|
|
35279
35859
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -35297,6 +35877,10 @@ export declare namespace wafv2 {
|
|
|
35297
35877
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
35298
35878
|
*/
|
|
35299
35879
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
35880
|
+
/**
|
|
35881
|
+
* 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.
|
|
35882
|
+
*/
|
|
35883
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
35300
35884
|
/**
|
|
35301
35885
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
35302
35886
|
*/
|
|
@@ -35341,6 +35925,10 @@ export declare namespace wafv2 {
|
|
|
35341
35925
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
35342
35926
|
*/
|
|
35343
35927
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
35928
|
+
/**
|
|
35929
|
+
* 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.
|
|
35930
|
+
*/
|
|
35931
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
35344
35932
|
/**
|
|
35345
35933
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
35346
35934
|
*/
|
|
@@ -35482,6 +36070,16 @@ export declare namespace wafv2 {
|
|
|
35482
36070
|
*/
|
|
35483
36071
|
position: pulumi.Input<string>;
|
|
35484
36072
|
}
|
|
36073
|
+
interface WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
36074
|
+
/**
|
|
36075
|
+
* The string to match against.
|
|
36076
|
+
*/
|
|
36077
|
+
key: pulumi.Input<string>;
|
|
36078
|
+
/**
|
|
36079
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
36080
|
+
*/
|
|
36081
|
+
scope: pulumi.Input<string>;
|
|
36082
|
+
}
|
|
35485
36083
|
interface WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
35486
36084
|
/**
|
|
35487
36085
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -35906,6 +36504,16 @@ export declare namespace wafv2 {
|
|
|
35906
36504
|
*/
|
|
35907
36505
|
position: pulumi.Input<string>;
|
|
35908
36506
|
}
|
|
36507
|
+
interface WebAclRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
36508
|
+
/**
|
|
36509
|
+
* The string to match against.
|
|
36510
|
+
*/
|
|
36511
|
+
key: pulumi.Input<string>;
|
|
36512
|
+
/**
|
|
36513
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
36514
|
+
*/
|
|
36515
|
+
scope: pulumi.Input<string>;
|
|
36516
|
+
}
|
|
35909
36517
|
interface WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatement {
|
|
35910
36518
|
/**
|
|
35911
36519
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -35925,6 +36533,10 @@ export declare namespace wafv2 {
|
|
|
35925
36533
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
35926
36534
|
*/
|
|
35927
36535
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
36536
|
+
/**
|
|
36537
|
+
* 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.
|
|
36538
|
+
*/
|
|
36539
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
35928
36540
|
/**
|
|
35929
36541
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
35930
36542
|
*/
|
|
@@ -36066,6 +36678,16 @@ export declare namespace wafv2 {
|
|
|
36066
36678
|
*/
|
|
36067
36679
|
position: pulumi.Input<string>;
|
|
36068
36680
|
}
|
|
36681
|
+
interface WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
36682
|
+
/**
|
|
36683
|
+
* The string to match against.
|
|
36684
|
+
*/
|
|
36685
|
+
key: pulumi.Input<string>;
|
|
36686
|
+
/**
|
|
36687
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
36688
|
+
*/
|
|
36689
|
+
scope: pulumi.Input<string>;
|
|
36690
|
+
}
|
|
36069
36691
|
interface WebAclRuleStatementAndStatementStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
36070
36692
|
/**
|
|
36071
36693
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -36385,6 +37007,10 @@ export declare namespace wafv2 {
|
|
|
36385
37007
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
36386
37008
|
*/
|
|
36387
37009
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
37010
|
+
/**
|
|
37011
|
+
* 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.
|
|
37012
|
+
*/
|
|
37013
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
36388
37014
|
/**
|
|
36389
37015
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
36390
37016
|
*/
|
|
@@ -36526,6 +37152,16 @@ export declare namespace wafv2 {
|
|
|
36526
37152
|
*/
|
|
36527
37153
|
position: pulumi.Input<string>;
|
|
36528
37154
|
}
|
|
37155
|
+
interface WebAclRuleStatementAndStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
37156
|
+
/**
|
|
37157
|
+
* The string to match against.
|
|
37158
|
+
*/
|
|
37159
|
+
key: pulumi.Input<string>;
|
|
37160
|
+
/**
|
|
37161
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
37162
|
+
*/
|
|
37163
|
+
scope: pulumi.Input<string>;
|
|
37164
|
+
}
|
|
36529
37165
|
interface WebAclRuleStatementAndStatementStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
36530
37166
|
/**
|
|
36531
37167
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -37149,6 +37785,10 @@ export declare namespace wafv2 {
|
|
|
37149
37785
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
37150
37786
|
*/
|
|
37151
37787
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
37788
|
+
/**
|
|
37789
|
+
* 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.
|
|
37790
|
+
*/
|
|
37791
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
37152
37792
|
/**
|
|
37153
37793
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
37154
37794
|
*/
|
|
@@ -37193,6 +37833,10 @@ export declare namespace wafv2 {
|
|
|
37193
37833
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
37194
37834
|
*/
|
|
37195
37835
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
37836
|
+
/**
|
|
37837
|
+
* 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.
|
|
37838
|
+
*/
|
|
37839
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
37196
37840
|
/**
|
|
37197
37841
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
37198
37842
|
*/
|
|
@@ -37334,6 +37978,16 @@ export declare namespace wafv2 {
|
|
|
37334
37978
|
*/
|
|
37335
37979
|
position: pulumi.Input<string>;
|
|
37336
37980
|
}
|
|
37981
|
+
interface WebAclRuleStatementAndStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
37982
|
+
/**
|
|
37983
|
+
* The string to match against.
|
|
37984
|
+
*/
|
|
37985
|
+
key: pulumi.Input<string>;
|
|
37986
|
+
/**
|
|
37987
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
37988
|
+
*/
|
|
37989
|
+
scope: pulumi.Input<string>;
|
|
37990
|
+
}
|
|
37337
37991
|
interface WebAclRuleStatementAndStatementStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
37338
37992
|
/**
|
|
37339
37993
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -37758,6 +38412,16 @@ export declare namespace wafv2 {
|
|
|
37758
38412
|
*/
|
|
37759
38413
|
position: pulumi.Input<string>;
|
|
37760
38414
|
}
|
|
38415
|
+
interface WebAclRuleStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
38416
|
+
/**
|
|
38417
|
+
* The string to match against.
|
|
38418
|
+
*/
|
|
38419
|
+
key: pulumi.Input<string>;
|
|
38420
|
+
/**
|
|
38421
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
38422
|
+
*/
|
|
38423
|
+
scope: pulumi.Input<string>;
|
|
38424
|
+
}
|
|
37761
38425
|
interface WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatement {
|
|
37762
38426
|
/**
|
|
37763
38427
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -37777,6 +38441,10 @@ export declare namespace wafv2 {
|
|
|
37777
38441
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
37778
38442
|
*/
|
|
37779
38443
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
38444
|
+
/**
|
|
38445
|
+
* 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.
|
|
38446
|
+
*/
|
|
38447
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
37780
38448
|
/**
|
|
37781
38449
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
37782
38450
|
*/
|
|
@@ -37918,6 +38586,16 @@ export declare namespace wafv2 {
|
|
|
37918
38586
|
*/
|
|
37919
38587
|
position: pulumi.Input<string>;
|
|
37920
38588
|
}
|
|
38589
|
+
interface WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
38590
|
+
/**
|
|
38591
|
+
* The string to match against.
|
|
38592
|
+
*/
|
|
38593
|
+
key: pulumi.Input<string>;
|
|
38594
|
+
/**
|
|
38595
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
38596
|
+
*/
|
|
38597
|
+
scope: pulumi.Input<string>;
|
|
38598
|
+
}
|
|
37921
38599
|
interface WebAclRuleStatementAndStatementStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
37922
38600
|
/**
|
|
37923
38601
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -38237,6 +38915,10 @@ export declare namespace wafv2 {
|
|
|
38237
38915
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
38238
38916
|
*/
|
|
38239
38917
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
38918
|
+
/**
|
|
38919
|
+
* 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.
|
|
38920
|
+
*/
|
|
38921
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementAndStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
38240
38922
|
/**
|
|
38241
38923
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
38242
38924
|
*/
|
|
@@ -38378,6 +39060,16 @@ export declare namespace wafv2 {
|
|
|
38378
39060
|
*/
|
|
38379
39061
|
position: pulumi.Input<string>;
|
|
38380
39062
|
}
|
|
39063
|
+
interface WebAclRuleStatementAndStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
39064
|
+
/**
|
|
39065
|
+
* The string to match against.
|
|
39066
|
+
*/
|
|
39067
|
+
key: pulumi.Input<string>;
|
|
39068
|
+
/**
|
|
39069
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
39070
|
+
*/
|
|
39071
|
+
scope: pulumi.Input<string>;
|
|
39072
|
+
}
|
|
38381
39073
|
interface WebAclRuleStatementAndStatementStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
38382
39074
|
/**
|
|
38383
39075
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -39402,6 +40094,16 @@ export declare namespace wafv2 {
|
|
|
39402
40094
|
*/
|
|
39403
40095
|
position: pulumi.Input<string>;
|
|
39404
40096
|
}
|
|
40097
|
+
interface WebAclRuleStatementLabelMatchStatement {
|
|
40098
|
+
/**
|
|
40099
|
+
* The string to match against.
|
|
40100
|
+
*/
|
|
40101
|
+
key: pulumi.Input<string>;
|
|
40102
|
+
/**
|
|
40103
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
40104
|
+
*/
|
|
40105
|
+
scope: pulumi.Input<string>;
|
|
40106
|
+
}
|
|
39405
40107
|
interface WebAclRuleStatementManagedRuleGroupStatement {
|
|
39406
40108
|
/**
|
|
39407
40109
|
* 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.
|
|
@@ -39443,6 +40145,10 @@ export declare namespace wafv2 {
|
|
|
39443
40145
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
39444
40146
|
*/
|
|
39445
40147
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement>;
|
|
40148
|
+
/**
|
|
40149
|
+
* 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.
|
|
40150
|
+
*/
|
|
40151
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement>;
|
|
39446
40152
|
/**
|
|
39447
40153
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
39448
40154
|
*/
|
|
@@ -39491,6 +40197,10 @@ export declare namespace wafv2 {
|
|
|
39491
40197
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
39492
40198
|
*/
|
|
39493
40199
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementIpSetReferenceStatement>;
|
|
40200
|
+
/**
|
|
40201
|
+
* 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.
|
|
40202
|
+
*/
|
|
40203
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementLabelMatchStatement>;
|
|
39494
40204
|
/**
|
|
39495
40205
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
39496
40206
|
*/
|
|
@@ -39535,6 +40245,10 @@ export declare namespace wafv2 {
|
|
|
39535
40245
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
39536
40246
|
*/
|
|
39537
40247
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
40248
|
+
/**
|
|
40249
|
+
* 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.
|
|
40250
|
+
*/
|
|
40251
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
39538
40252
|
/**
|
|
39539
40253
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
39540
40254
|
*/
|
|
@@ -39676,6 +40390,16 @@ export declare namespace wafv2 {
|
|
|
39676
40390
|
*/
|
|
39677
40391
|
position: pulumi.Input<string>;
|
|
39678
40392
|
}
|
|
40393
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
40394
|
+
/**
|
|
40395
|
+
* The string to match against.
|
|
40396
|
+
*/
|
|
40397
|
+
key: pulumi.Input<string>;
|
|
40398
|
+
/**
|
|
40399
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
40400
|
+
*/
|
|
40401
|
+
scope: pulumi.Input<string>;
|
|
40402
|
+
}
|
|
39679
40403
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
39680
40404
|
/**
|
|
39681
40405
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -40100,6 +40824,16 @@ export declare namespace wafv2 {
|
|
|
40100
40824
|
*/
|
|
40101
40825
|
position: pulumi.Input<string>;
|
|
40102
40826
|
}
|
|
40827
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementLabelMatchStatement {
|
|
40828
|
+
/**
|
|
40829
|
+
* The string to match against.
|
|
40830
|
+
*/
|
|
40831
|
+
key: pulumi.Input<string>;
|
|
40832
|
+
/**
|
|
40833
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
40834
|
+
*/
|
|
40835
|
+
scope: pulumi.Input<string>;
|
|
40836
|
+
}
|
|
40103
40837
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatement {
|
|
40104
40838
|
/**
|
|
40105
40839
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -40119,6 +40853,10 @@ export declare namespace wafv2 {
|
|
|
40119
40853
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
40120
40854
|
*/
|
|
40121
40855
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
40856
|
+
/**
|
|
40857
|
+
* 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.
|
|
40858
|
+
*/
|
|
40859
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
40122
40860
|
/**
|
|
40123
40861
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
40124
40862
|
*/
|
|
@@ -40260,6 +40998,16 @@ export declare namespace wafv2 {
|
|
|
40260
40998
|
*/
|
|
40261
40999
|
position: pulumi.Input<string>;
|
|
40262
41000
|
}
|
|
41001
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
41002
|
+
/**
|
|
41003
|
+
* The string to match against.
|
|
41004
|
+
*/
|
|
41005
|
+
key: pulumi.Input<string>;
|
|
41006
|
+
/**
|
|
41007
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
41008
|
+
*/
|
|
41009
|
+
scope: pulumi.Input<string>;
|
|
41010
|
+
}
|
|
40263
41011
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
40264
41012
|
/**
|
|
40265
41013
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -40579,6 +41327,10 @@ export declare namespace wafv2 {
|
|
|
40579
41327
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
40580
41328
|
*/
|
|
40581
41329
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
41330
|
+
/**
|
|
41331
|
+
* 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.
|
|
41332
|
+
*/
|
|
41333
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
40582
41334
|
/**
|
|
40583
41335
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
40584
41336
|
*/
|
|
@@ -40720,6 +41472,16 @@ export declare namespace wafv2 {
|
|
|
40720
41472
|
*/
|
|
40721
41473
|
position: pulumi.Input<string>;
|
|
40722
41474
|
}
|
|
41475
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
41476
|
+
/**
|
|
41477
|
+
* The string to match against.
|
|
41478
|
+
*/
|
|
41479
|
+
key: pulumi.Input<string>;
|
|
41480
|
+
/**
|
|
41481
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
41482
|
+
*/
|
|
41483
|
+
scope: pulumi.Input<string>;
|
|
41484
|
+
}
|
|
40723
41485
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
40724
41486
|
/**
|
|
40725
41487
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -41444,6 +42206,16 @@ export declare namespace wafv2 {
|
|
|
41444
42206
|
*/
|
|
41445
42207
|
position: pulumi.Input<string>;
|
|
41446
42208
|
}
|
|
42209
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatement {
|
|
42210
|
+
/**
|
|
42211
|
+
* The string to match against.
|
|
42212
|
+
*/
|
|
42213
|
+
key: pulumi.Input<string>;
|
|
42214
|
+
/**
|
|
42215
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
42216
|
+
*/
|
|
42217
|
+
scope: pulumi.Input<string>;
|
|
42218
|
+
}
|
|
41447
42219
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement {
|
|
41448
42220
|
/**
|
|
41449
42221
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -41467,6 +42239,10 @@ export declare namespace wafv2 {
|
|
|
41467
42239
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
41468
42240
|
*/
|
|
41469
42241
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementIpSetReferenceStatement>;
|
|
42242
|
+
/**
|
|
42243
|
+
* 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.
|
|
42244
|
+
*/
|
|
42245
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementLabelMatchStatement>;
|
|
41470
42246
|
/**
|
|
41471
42247
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
41472
42248
|
*/
|
|
@@ -41511,6 +42287,10 @@ export declare namespace wafv2 {
|
|
|
41511
42287
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
41512
42288
|
*/
|
|
41513
42289
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
42290
|
+
/**
|
|
42291
|
+
* 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.
|
|
42292
|
+
*/
|
|
42293
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
41514
42294
|
/**
|
|
41515
42295
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
41516
42296
|
*/
|
|
@@ -41652,6 +42432,16 @@ export declare namespace wafv2 {
|
|
|
41652
42432
|
*/
|
|
41653
42433
|
position: pulumi.Input<string>;
|
|
41654
42434
|
}
|
|
42435
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
42436
|
+
/**
|
|
42437
|
+
* The string to match against.
|
|
42438
|
+
*/
|
|
42439
|
+
key: pulumi.Input<string>;
|
|
42440
|
+
/**
|
|
42441
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
42442
|
+
*/
|
|
42443
|
+
scope: pulumi.Input<string>;
|
|
42444
|
+
}
|
|
41655
42445
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
41656
42446
|
/**
|
|
41657
42447
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -42076,6 +42866,16 @@ export declare namespace wafv2 {
|
|
|
42076
42866
|
*/
|
|
42077
42867
|
position: pulumi.Input<string>;
|
|
42078
42868
|
}
|
|
42869
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementLabelMatchStatement {
|
|
42870
|
+
/**
|
|
42871
|
+
* The string to match against.
|
|
42872
|
+
*/
|
|
42873
|
+
key: pulumi.Input<string>;
|
|
42874
|
+
/**
|
|
42875
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
42876
|
+
*/
|
|
42877
|
+
scope: pulumi.Input<string>;
|
|
42878
|
+
}
|
|
42079
42879
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatement {
|
|
42080
42880
|
/**
|
|
42081
42881
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -42095,6 +42895,10 @@ export declare namespace wafv2 {
|
|
|
42095
42895
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
42096
42896
|
*/
|
|
42097
42897
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
42898
|
+
/**
|
|
42899
|
+
* 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.
|
|
42900
|
+
*/
|
|
42901
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
42098
42902
|
/**
|
|
42099
42903
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
42100
42904
|
*/
|
|
@@ -42236,6 +43040,16 @@ export declare namespace wafv2 {
|
|
|
42236
43040
|
*/
|
|
42237
43041
|
position: pulumi.Input<string>;
|
|
42238
43042
|
}
|
|
43043
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
43044
|
+
/**
|
|
43045
|
+
* The string to match against.
|
|
43046
|
+
*/
|
|
43047
|
+
key: pulumi.Input<string>;
|
|
43048
|
+
/**
|
|
43049
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
43050
|
+
*/
|
|
43051
|
+
scope: pulumi.Input<string>;
|
|
43052
|
+
}
|
|
42239
43053
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
42240
43054
|
/**
|
|
42241
43055
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -42555,6 +43369,10 @@ export declare namespace wafv2 {
|
|
|
42555
43369
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
42556
43370
|
*/
|
|
42557
43371
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
43372
|
+
/**
|
|
43373
|
+
* 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.
|
|
43374
|
+
*/
|
|
43375
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
42558
43376
|
/**
|
|
42559
43377
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
42560
43378
|
*/
|
|
@@ -42696,6 +43514,16 @@ export declare namespace wafv2 {
|
|
|
42696
43514
|
*/
|
|
42697
43515
|
position: pulumi.Input<string>;
|
|
42698
43516
|
}
|
|
43517
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
43518
|
+
/**
|
|
43519
|
+
* The string to match against.
|
|
43520
|
+
*/
|
|
43521
|
+
key: pulumi.Input<string>;
|
|
43522
|
+
/**
|
|
43523
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
43524
|
+
*/
|
|
43525
|
+
scope: pulumi.Input<string>;
|
|
43526
|
+
}
|
|
42699
43527
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
42700
43528
|
/**
|
|
42701
43529
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -43319,6 +44147,10 @@ export declare namespace wafv2 {
|
|
|
43319
44147
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
43320
44148
|
*/
|
|
43321
44149
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementIpSetReferenceStatement>;
|
|
44150
|
+
/**
|
|
44151
|
+
* 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.
|
|
44152
|
+
*/
|
|
44153
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementLabelMatchStatement>;
|
|
43322
44154
|
/**
|
|
43323
44155
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
43324
44156
|
*/
|
|
@@ -43363,6 +44195,10 @@ export declare namespace wafv2 {
|
|
|
43363
44195
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
43364
44196
|
*/
|
|
43365
44197
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
44198
|
+
/**
|
|
44199
|
+
* 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.
|
|
44200
|
+
*/
|
|
44201
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
43366
44202
|
/**
|
|
43367
44203
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
43368
44204
|
*/
|
|
@@ -43504,6 +44340,16 @@ export declare namespace wafv2 {
|
|
|
43504
44340
|
*/
|
|
43505
44341
|
position: pulumi.Input<string>;
|
|
43506
44342
|
}
|
|
44343
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
44344
|
+
/**
|
|
44345
|
+
* The string to match against.
|
|
44346
|
+
*/
|
|
44347
|
+
key: pulumi.Input<string>;
|
|
44348
|
+
/**
|
|
44349
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
44350
|
+
*/
|
|
44351
|
+
scope: pulumi.Input<string>;
|
|
44352
|
+
}
|
|
43507
44353
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
43508
44354
|
/**
|
|
43509
44355
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -43928,6 +44774,16 @@ export declare namespace wafv2 {
|
|
|
43928
44774
|
*/
|
|
43929
44775
|
position: pulumi.Input<string>;
|
|
43930
44776
|
}
|
|
44777
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementLabelMatchStatement {
|
|
44778
|
+
/**
|
|
44779
|
+
* The string to match against.
|
|
44780
|
+
*/
|
|
44781
|
+
key: pulumi.Input<string>;
|
|
44782
|
+
/**
|
|
44783
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
44784
|
+
*/
|
|
44785
|
+
scope: pulumi.Input<string>;
|
|
44786
|
+
}
|
|
43931
44787
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatement {
|
|
43932
44788
|
/**
|
|
43933
44789
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -43947,6 +44803,10 @@ export declare namespace wafv2 {
|
|
|
43947
44803
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
43948
44804
|
*/
|
|
43949
44805
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
44806
|
+
/**
|
|
44807
|
+
* 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.
|
|
44808
|
+
*/
|
|
44809
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
43950
44810
|
/**
|
|
43951
44811
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
43952
44812
|
*/
|
|
@@ -44088,6 +44948,16 @@ export declare namespace wafv2 {
|
|
|
44088
44948
|
*/
|
|
44089
44949
|
position: pulumi.Input<string>;
|
|
44090
44950
|
}
|
|
44951
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
44952
|
+
/**
|
|
44953
|
+
* The string to match against.
|
|
44954
|
+
*/
|
|
44955
|
+
key: pulumi.Input<string>;
|
|
44956
|
+
/**
|
|
44957
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
44958
|
+
*/
|
|
44959
|
+
scope: pulumi.Input<string>;
|
|
44960
|
+
}
|
|
44091
44961
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
44092
44962
|
/**
|
|
44093
44963
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -44407,6 +45277,10 @@ export declare namespace wafv2 {
|
|
|
44407
45277
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
44408
45278
|
*/
|
|
44409
45279
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
45280
|
+
/**
|
|
45281
|
+
* 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.
|
|
45282
|
+
*/
|
|
45283
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
44410
45284
|
/**
|
|
44411
45285
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
44412
45286
|
*/
|
|
@@ -44548,6 +45422,16 @@ export declare namespace wafv2 {
|
|
|
44548
45422
|
*/
|
|
44549
45423
|
position: pulumi.Input<string>;
|
|
44550
45424
|
}
|
|
45425
|
+
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
45426
|
+
/**
|
|
45427
|
+
* The string to match against.
|
|
45428
|
+
*/
|
|
45429
|
+
key: pulumi.Input<string>;
|
|
45430
|
+
/**
|
|
45431
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
45432
|
+
*/
|
|
45433
|
+
scope: pulumi.Input<string>;
|
|
45434
|
+
}
|
|
44551
45435
|
interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
44552
45436
|
/**
|
|
44553
45437
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -45471,6 +46355,10 @@ export declare namespace wafv2 {
|
|
|
45471
46355
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
45472
46356
|
*/
|
|
45473
46357
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementIpSetReferenceStatement>;
|
|
46358
|
+
/**
|
|
46359
|
+
* 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.
|
|
46360
|
+
*/
|
|
46361
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementLabelMatchStatement>;
|
|
45474
46362
|
/**
|
|
45475
46363
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
45476
46364
|
*/
|
|
@@ -45519,6 +46407,10 @@ export declare namespace wafv2 {
|
|
|
45519
46407
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
45520
46408
|
*/
|
|
45521
46409
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
46410
|
+
/**
|
|
46411
|
+
* 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.
|
|
46412
|
+
*/
|
|
46413
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
45522
46414
|
/**
|
|
45523
46415
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
45524
46416
|
*/
|
|
@@ -45563,6 +46455,10 @@ export declare namespace wafv2 {
|
|
|
45563
46455
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
45564
46456
|
*/
|
|
45565
46457
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
46458
|
+
/**
|
|
46459
|
+
* 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.
|
|
46460
|
+
*/
|
|
46461
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
45566
46462
|
/**
|
|
45567
46463
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
45568
46464
|
*/
|
|
@@ -45704,6 +46600,16 @@ export declare namespace wafv2 {
|
|
|
45704
46600
|
*/
|
|
45705
46601
|
position: pulumi.Input<string>;
|
|
45706
46602
|
}
|
|
46603
|
+
interface WebAclRuleStatementNotStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
46604
|
+
/**
|
|
46605
|
+
* The string to match against.
|
|
46606
|
+
*/
|
|
46607
|
+
key: pulumi.Input<string>;
|
|
46608
|
+
/**
|
|
46609
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
46610
|
+
*/
|
|
46611
|
+
scope: pulumi.Input<string>;
|
|
46612
|
+
}
|
|
45707
46613
|
interface WebAclRuleStatementNotStatementStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
45708
46614
|
/**
|
|
45709
46615
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -46128,6 +47034,16 @@ export declare namespace wafv2 {
|
|
|
46128
47034
|
*/
|
|
46129
47035
|
position: pulumi.Input<string>;
|
|
46130
47036
|
}
|
|
47037
|
+
interface WebAclRuleStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
47038
|
+
/**
|
|
47039
|
+
* The string to match against.
|
|
47040
|
+
*/
|
|
47041
|
+
key: pulumi.Input<string>;
|
|
47042
|
+
/**
|
|
47043
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
47044
|
+
*/
|
|
47045
|
+
scope: pulumi.Input<string>;
|
|
47046
|
+
}
|
|
46131
47047
|
interface WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatement {
|
|
46132
47048
|
/**
|
|
46133
47049
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -46147,6 +47063,10 @@ export declare namespace wafv2 {
|
|
|
46147
47063
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
46148
47064
|
*/
|
|
46149
47065
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
47066
|
+
/**
|
|
47067
|
+
* 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.
|
|
47068
|
+
*/
|
|
47069
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
46150
47070
|
/**
|
|
46151
47071
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
46152
47072
|
*/
|
|
@@ -46288,6 +47208,16 @@ export declare namespace wafv2 {
|
|
|
46288
47208
|
*/
|
|
46289
47209
|
position: pulumi.Input<string>;
|
|
46290
47210
|
}
|
|
47211
|
+
interface WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
47212
|
+
/**
|
|
47213
|
+
* The string to match against.
|
|
47214
|
+
*/
|
|
47215
|
+
key: pulumi.Input<string>;
|
|
47216
|
+
/**
|
|
47217
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
47218
|
+
*/
|
|
47219
|
+
scope: pulumi.Input<string>;
|
|
47220
|
+
}
|
|
46291
47221
|
interface WebAclRuleStatementNotStatementStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
46292
47222
|
/**
|
|
46293
47223
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -46607,6 +47537,10 @@ export declare namespace wafv2 {
|
|
|
46607
47537
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
46608
47538
|
*/
|
|
46609
47539
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
47540
|
+
/**
|
|
47541
|
+
* 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.
|
|
47542
|
+
*/
|
|
47543
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
46610
47544
|
/**
|
|
46611
47545
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
46612
47546
|
*/
|
|
@@ -46748,6 +47682,16 @@ export declare namespace wafv2 {
|
|
|
46748
47682
|
*/
|
|
46749
47683
|
position: pulumi.Input<string>;
|
|
46750
47684
|
}
|
|
47685
|
+
interface WebAclRuleStatementNotStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
47686
|
+
/**
|
|
47687
|
+
* The string to match against.
|
|
47688
|
+
*/
|
|
47689
|
+
key: pulumi.Input<string>;
|
|
47690
|
+
/**
|
|
47691
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
47692
|
+
*/
|
|
47693
|
+
scope: pulumi.Input<string>;
|
|
47694
|
+
}
|
|
46751
47695
|
interface WebAclRuleStatementNotStatementStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
46752
47696
|
/**
|
|
46753
47697
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -47472,6 +48416,16 @@ export declare namespace wafv2 {
|
|
|
47472
48416
|
*/
|
|
47473
48417
|
position: pulumi.Input<string>;
|
|
47474
48418
|
}
|
|
48419
|
+
interface WebAclRuleStatementNotStatementStatementLabelMatchStatement {
|
|
48420
|
+
/**
|
|
48421
|
+
* The string to match against.
|
|
48422
|
+
*/
|
|
48423
|
+
key: pulumi.Input<string>;
|
|
48424
|
+
/**
|
|
48425
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
48426
|
+
*/
|
|
48427
|
+
scope: pulumi.Input<string>;
|
|
48428
|
+
}
|
|
47475
48429
|
interface WebAclRuleStatementNotStatementStatementNotStatement {
|
|
47476
48430
|
/**
|
|
47477
48431
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -47495,6 +48449,10 @@ export declare namespace wafv2 {
|
|
|
47495
48449
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
47496
48450
|
*/
|
|
47497
48451
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
48452
|
+
/**
|
|
48453
|
+
* 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.
|
|
48454
|
+
*/
|
|
48455
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
47498
48456
|
/**
|
|
47499
48457
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
47500
48458
|
*/
|
|
@@ -47539,6 +48497,10 @@ export declare namespace wafv2 {
|
|
|
47539
48497
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
47540
48498
|
*/
|
|
47541
48499
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
48500
|
+
/**
|
|
48501
|
+
* 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.
|
|
48502
|
+
*/
|
|
48503
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
47542
48504
|
/**
|
|
47543
48505
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
47544
48506
|
*/
|
|
@@ -47680,6 +48642,16 @@ export declare namespace wafv2 {
|
|
|
47680
48642
|
*/
|
|
47681
48643
|
position: pulumi.Input<string>;
|
|
47682
48644
|
}
|
|
48645
|
+
interface WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
48646
|
+
/**
|
|
48647
|
+
* The string to match against.
|
|
48648
|
+
*/
|
|
48649
|
+
key: pulumi.Input<string>;
|
|
48650
|
+
/**
|
|
48651
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
48652
|
+
*/
|
|
48653
|
+
scope: pulumi.Input<string>;
|
|
48654
|
+
}
|
|
47683
48655
|
interface WebAclRuleStatementNotStatementStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
47684
48656
|
/**
|
|
47685
48657
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -48104,6 +49076,16 @@ export declare namespace wafv2 {
|
|
|
48104
49076
|
*/
|
|
48105
49077
|
position: pulumi.Input<string>;
|
|
48106
49078
|
}
|
|
49079
|
+
interface WebAclRuleStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
49080
|
+
/**
|
|
49081
|
+
* The string to match against.
|
|
49082
|
+
*/
|
|
49083
|
+
key: pulumi.Input<string>;
|
|
49084
|
+
/**
|
|
49085
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
49086
|
+
*/
|
|
49087
|
+
scope: pulumi.Input<string>;
|
|
49088
|
+
}
|
|
48107
49089
|
interface WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatement {
|
|
48108
49090
|
/**
|
|
48109
49091
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -48123,6 +49105,10 @@ export declare namespace wafv2 {
|
|
|
48123
49105
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
48124
49106
|
*/
|
|
48125
49107
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
49108
|
+
/**
|
|
49109
|
+
* 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.
|
|
49110
|
+
*/
|
|
49111
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
48126
49112
|
/**
|
|
48127
49113
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
48128
49114
|
*/
|
|
@@ -48264,6 +49250,16 @@ export declare namespace wafv2 {
|
|
|
48264
49250
|
*/
|
|
48265
49251
|
position: pulumi.Input<string>;
|
|
48266
49252
|
}
|
|
49253
|
+
interface WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
49254
|
+
/**
|
|
49255
|
+
* The string to match against.
|
|
49256
|
+
*/
|
|
49257
|
+
key: pulumi.Input<string>;
|
|
49258
|
+
/**
|
|
49259
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
49260
|
+
*/
|
|
49261
|
+
scope: pulumi.Input<string>;
|
|
49262
|
+
}
|
|
48267
49263
|
interface WebAclRuleStatementNotStatementStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
48268
49264
|
/**
|
|
48269
49265
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -48583,6 +49579,10 @@ export declare namespace wafv2 {
|
|
|
48583
49579
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
48584
49580
|
*/
|
|
48585
49581
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
49582
|
+
/**
|
|
49583
|
+
* 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.
|
|
49584
|
+
*/
|
|
49585
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
48586
49586
|
/**
|
|
48587
49587
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
48588
49588
|
*/
|
|
@@ -48724,6 +49724,16 @@ export declare namespace wafv2 {
|
|
|
48724
49724
|
*/
|
|
48725
49725
|
position: pulumi.Input<string>;
|
|
48726
49726
|
}
|
|
49727
|
+
interface WebAclRuleStatementNotStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
49728
|
+
/**
|
|
49729
|
+
* The string to match against.
|
|
49730
|
+
*/
|
|
49731
|
+
key: pulumi.Input<string>;
|
|
49732
|
+
/**
|
|
49733
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
49734
|
+
*/
|
|
49735
|
+
scope: pulumi.Input<string>;
|
|
49736
|
+
}
|
|
48727
49737
|
interface WebAclRuleStatementNotStatementStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
48728
49738
|
/**
|
|
48729
49739
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -49347,6 +50357,10 @@ export declare namespace wafv2 {
|
|
|
49347
50357
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
49348
50358
|
*/
|
|
49349
50359
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
50360
|
+
/**
|
|
50361
|
+
* 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.
|
|
50362
|
+
*/
|
|
50363
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
49350
50364
|
/**
|
|
49351
50365
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
49352
50366
|
*/
|
|
@@ -49391,6 +50405,10 @@ export declare namespace wafv2 {
|
|
|
49391
50405
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
49392
50406
|
*/
|
|
49393
50407
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
50408
|
+
/**
|
|
50409
|
+
* 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.
|
|
50410
|
+
*/
|
|
50411
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
49394
50412
|
/**
|
|
49395
50413
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
49396
50414
|
*/
|
|
@@ -49532,6 +50550,16 @@ export declare namespace wafv2 {
|
|
|
49532
50550
|
*/
|
|
49533
50551
|
position: pulumi.Input<string>;
|
|
49534
50552
|
}
|
|
50553
|
+
interface WebAclRuleStatementNotStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
50554
|
+
/**
|
|
50555
|
+
* The string to match against.
|
|
50556
|
+
*/
|
|
50557
|
+
key: pulumi.Input<string>;
|
|
50558
|
+
/**
|
|
50559
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
50560
|
+
*/
|
|
50561
|
+
scope: pulumi.Input<string>;
|
|
50562
|
+
}
|
|
49535
50563
|
interface WebAclRuleStatementNotStatementStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
49536
50564
|
/**
|
|
49537
50565
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -49956,6 +50984,16 @@ export declare namespace wafv2 {
|
|
|
49956
50984
|
*/
|
|
49957
50985
|
position: pulumi.Input<string>;
|
|
49958
50986
|
}
|
|
50987
|
+
interface WebAclRuleStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
50988
|
+
/**
|
|
50989
|
+
* The string to match against.
|
|
50990
|
+
*/
|
|
50991
|
+
key: pulumi.Input<string>;
|
|
50992
|
+
/**
|
|
50993
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
50994
|
+
*/
|
|
50995
|
+
scope: pulumi.Input<string>;
|
|
50996
|
+
}
|
|
49959
50997
|
interface WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatement {
|
|
49960
50998
|
/**
|
|
49961
50999
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -49975,6 +51013,10 @@ export declare namespace wafv2 {
|
|
|
49975
51013
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
49976
51014
|
*/
|
|
49977
51015
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
51016
|
+
/**
|
|
51017
|
+
* 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.
|
|
51018
|
+
*/
|
|
51019
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
49978
51020
|
/**
|
|
49979
51021
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
49980
51022
|
*/
|
|
@@ -50116,6 +51158,16 @@ export declare namespace wafv2 {
|
|
|
50116
51158
|
*/
|
|
50117
51159
|
position: pulumi.Input<string>;
|
|
50118
51160
|
}
|
|
51161
|
+
interface WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
51162
|
+
/**
|
|
51163
|
+
* The string to match against.
|
|
51164
|
+
*/
|
|
51165
|
+
key: pulumi.Input<string>;
|
|
51166
|
+
/**
|
|
51167
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
51168
|
+
*/
|
|
51169
|
+
scope: pulumi.Input<string>;
|
|
51170
|
+
}
|
|
50119
51171
|
interface WebAclRuleStatementNotStatementStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
50120
51172
|
/**
|
|
50121
51173
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -50435,6 +51487,10 @@ export declare namespace wafv2 {
|
|
|
50435
51487
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
50436
51488
|
*/
|
|
50437
51489
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
51490
|
+
/**
|
|
51491
|
+
* 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.
|
|
51492
|
+
*/
|
|
51493
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
50438
51494
|
/**
|
|
50439
51495
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
50440
51496
|
*/
|
|
@@ -50576,6 +51632,16 @@ export declare namespace wafv2 {
|
|
|
50576
51632
|
*/
|
|
50577
51633
|
position: pulumi.Input<string>;
|
|
50578
51634
|
}
|
|
51635
|
+
interface WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
51636
|
+
/**
|
|
51637
|
+
* The string to match against.
|
|
51638
|
+
*/
|
|
51639
|
+
key: pulumi.Input<string>;
|
|
51640
|
+
/**
|
|
51641
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
51642
|
+
*/
|
|
51643
|
+
scope: pulumi.Input<string>;
|
|
51644
|
+
}
|
|
50579
51645
|
interface WebAclRuleStatementNotStatementStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
50580
51646
|
/**
|
|
50581
51647
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -51499,6 +52565,10 @@ export declare namespace wafv2 {
|
|
|
51499
52565
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
51500
52566
|
*/
|
|
51501
52567
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementIpSetReferenceStatement>;
|
|
52568
|
+
/**
|
|
52569
|
+
* 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.
|
|
52570
|
+
*/
|
|
52571
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementLabelMatchStatement>;
|
|
51502
52572
|
/**
|
|
51503
52573
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
51504
52574
|
*/
|
|
@@ -51547,6 +52617,10 @@ export declare namespace wafv2 {
|
|
|
51547
52617
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
51548
52618
|
*/
|
|
51549
52619
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
52620
|
+
/**
|
|
52621
|
+
* 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.
|
|
52622
|
+
*/
|
|
52623
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
51550
52624
|
/**
|
|
51551
52625
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
51552
52626
|
*/
|
|
@@ -51591,6 +52665,10 @@ export declare namespace wafv2 {
|
|
|
51591
52665
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
51592
52666
|
*/
|
|
51593
52667
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
52668
|
+
/**
|
|
52669
|
+
* 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.
|
|
52670
|
+
*/
|
|
52671
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
51594
52672
|
/**
|
|
51595
52673
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
51596
52674
|
*/
|
|
@@ -51732,6 +52810,16 @@ export declare namespace wafv2 {
|
|
|
51732
52810
|
*/
|
|
51733
52811
|
position: pulumi.Input<string>;
|
|
51734
52812
|
}
|
|
52813
|
+
interface WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
52814
|
+
/**
|
|
52815
|
+
* The string to match against.
|
|
52816
|
+
*/
|
|
52817
|
+
key: pulumi.Input<string>;
|
|
52818
|
+
/**
|
|
52819
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
52820
|
+
*/
|
|
52821
|
+
scope: pulumi.Input<string>;
|
|
52822
|
+
}
|
|
51735
52823
|
interface WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
51736
52824
|
/**
|
|
51737
52825
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -52156,6 +53244,16 @@ export declare namespace wafv2 {
|
|
|
52156
53244
|
*/
|
|
52157
53245
|
position: pulumi.Input<string>;
|
|
52158
53246
|
}
|
|
53247
|
+
interface WebAclRuleStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
53248
|
+
/**
|
|
53249
|
+
* The string to match against.
|
|
53250
|
+
*/
|
|
53251
|
+
key: pulumi.Input<string>;
|
|
53252
|
+
/**
|
|
53253
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
53254
|
+
*/
|
|
53255
|
+
scope: pulumi.Input<string>;
|
|
53256
|
+
}
|
|
52159
53257
|
interface WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatement {
|
|
52160
53258
|
/**
|
|
52161
53259
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -52175,6 +53273,10 @@ export declare namespace wafv2 {
|
|
|
52175
53273
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
52176
53274
|
*/
|
|
52177
53275
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
53276
|
+
/**
|
|
53277
|
+
* 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.
|
|
53278
|
+
*/
|
|
53279
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
52178
53280
|
/**
|
|
52179
53281
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
52180
53282
|
*/
|
|
@@ -52316,6 +53418,16 @@ export declare namespace wafv2 {
|
|
|
52316
53418
|
*/
|
|
52317
53419
|
position: pulumi.Input<string>;
|
|
52318
53420
|
}
|
|
53421
|
+
interface WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
53422
|
+
/**
|
|
53423
|
+
* The string to match against.
|
|
53424
|
+
*/
|
|
53425
|
+
key: pulumi.Input<string>;
|
|
53426
|
+
/**
|
|
53427
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
53428
|
+
*/
|
|
53429
|
+
scope: pulumi.Input<string>;
|
|
53430
|
+
}
|
|
52319
53431
|
interface WebAclRuleStatementOrStatementStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
52320
53432
|
/**
|
|
52321
53433
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -52635,6 +53747,10 @@ export declare namespace wafv2 {
|
|
|
52635
53747
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
52636
53748
|
*/
|
|
52637
53749
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
53750
|
+
/**
|
|
53751
|
+
* 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.
|
|
53752
|
+
*/
|
|
53753
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
52638
53754
|
/**
|
|
52639
53755
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
52640
53756
|
*/
|
|
@@ -52776,6 +53892,16 @@ export declare namespace wafv2 {
|
|
|
52776
53892
|
*/
|
|
52777
53893
|
position: pulumi.Input<string>;
|
|
52778
53894
|
}
|
|
53895
|
+
interface WebAclRuleStatementOrStatementStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
53896
|
+
/**
|
|
53897
|
+
* The string to match against.
|
|
53898
|
+
*/
|
|
53899
|
+
key: pulumi.Input<string>;
|
|
53900
|
+
/**
|
|
53901
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
53902
|
+
*/
|
|
53903
|
+
scope: pulumi.Input<string>;
|
|
53904
|
+
}
|
|
52779
53905
|
interface WebAclRuleStatementOrStatementStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
52780
53906
|
/**
|
|
52781
53907
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -53500,6 +54626,16 @@ export declare namespace wafv2 {
|
|
|
53500
54626
|
*/
|
|
53501
54627
|
position: pulumi.Input<string>;
|
|
53502
54628
|
}
|
|
54629
|
+
interface WebAclRuleStatementOrStatementStatementLabelMatchStatement {
|
|
54630
|
+
/**
|
|
54631
|
+
* The string to match against.
|
|
54632
|
+
*/
|
|
54633
|
+
key: pulumi.Input<string>;
|
|
54634
|
+
/**
|
|
54635
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
54636
|
+
*/
|
|
54637
|
+
scope: pulumi.Input<string>;
|
|
54638
|
+
}
|
|
53503
54639
|
interface WebAclRuleStatementOrStatementStatementNotStatement {
|
|
53504
54640
|
/**
|
|
53505
54641
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -53523,6 +54659,10 @@ export declare namespace wafv2 {
|
|
|
53523
54659
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
53524
54660
|
*/
|
|
53525
54661
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
54662
|
+
/**
|
|
54663
|
+
* 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.
|
|
54664
|
+
*/
|
|
54665
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
53526
54666
|
/**
|
|
53527
54667
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
53528
54668
|
*/
|
|
@@ -53567,6 +54707,10 @@ export declare namespace wafv2 {
|
|
|
53567
54707
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
53568
54708
|
*/
|
|
53569
54709
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
54710
|
+
/**
|
|
54711
|
+
* 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.
|
|
54712
|
+
*/
|
|
54713
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
53570
54714
|
/**
|
|
53571
54715
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
53572
54716
|
*/
|
|
@@ -53708,6 +54852,16 @@ export declare namespace wafv2 {
|
|
|
53708
54852
|
*/
|
|
53709
54853
|
position: pulumi.Input<string>;
|
|
53710
54854
|
}
|
|
54855
|
+
interface WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
54856
|
+
/**
|
|
54857
|
+
* The string to match against.
|
|
54858
|
+
*/
|
|
54859
|
+
key: pulumi.Input<string>;
|
|
54860
|
+
/**
|
|
54861
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
54862
|
+
*/
|
|
54863
|
+
scope: pulumi.Input<string>;
|
|
54864
|
+
}
|
|
53711
54865
|
interface WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
53712
54866
|
/**
|
|
53713
54867
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -54132,6 +55286,16 @@ export declare namespace wafv2 {
|
|
|
54132
55286
|
*/
|
|
54133
55287
|
position: pulumi.Input<string>;
|
|
54134
55288
|
}
|
|
55289
|
+
interface WebAclRuleStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
55290
|
+
/**
|
|
55291
|
+
* The string to match against.
|
|
55292
|
+
*/
|
|
55293
|
+
key: pulumi.Input<string>;
|
|
55294
|
+
/**
|
|
55295
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
55296
|
+
*/
|
|
55297
|
+
scope: pulumi.Input<string>;
|
|
55298
|
+
}
|
|
54135
55299
|
interface WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatement {
|
|
54136
55300
|
/**
|
|
54137
55301
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -54151,6 +55315,10 @@ export declare namespace wafv2 {
|
|
|
54151
55315
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
54152
55316
|
*/
|
|
54153
55317
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
55318
|
+
/**
|
|
55319
|
+
* 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.
|
|
55320
|
+
*/
|
|
55321
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
54154
55322
|
/**
|
|
54155
55323
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
54156
55324
|
*/
|
|
@@ -54292,6 +55460,16 @@ export declare namespace wafv2 {
|
|
|
54292
55460
|
*/
|
|
54293
55461
|
position: pulumi.Input<string>;
|
|
54294
55462
|
}
|
|
55463
|
+
interface WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
55464
|
+
/**
|
|
55465
|
+
* The string to match against.
|
|
55466
|
+
*/
|
|
55467
|
+
key: pulumi.Input<string>;
|
|
55468
|
+
/**
|
|
55469
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
55470
|
+
*/
|
|
55471
|
+
scope: pulumi.Input<string>;
|
|
55472
|
+
}
|
|
54295
55473
|
interface WebAclRuleStatementOrStatementStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
54296
55474
|
/**
|
|
54297
55475
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -54611,6 +55789,10 @@ export declare namespace wafv2 {
|
|
|
54611
55789
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
54612
55790
|
*/
|
|
54613
55791
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
55792
|
+
/**
|
|
55793
|
+
* 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.
|
|
55794
|
+
*/
|
|
55795
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
54614
55796
|
/**
|
|
54615
55797
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
54616
55798
|
*/
|
|
@@ -54752,6 +55934,16 @@ export declare namespace wafv2 {
|
|
|
54752
55934
|
*/
|
|
54753
55935
|
position: pulumi.Input<string>;
|
|
54754
55936
|
}
|
|
55937
|
+
interface WebAclRuleStatementOrStatementStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
55938
|
+
/**
|
|
55939
|
+
* The string to match against.
|
|
55940
|
+
*/
|
|
55941
|
+
key: pulumi.Input<string>;
|
|
55942
|
+
/**
|
|
55943
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
55944
|
+
*/
|
|
55945
|
+
scope: pulumi.Input<string>;
|
|
55946
|
+
}
|
|
54755
55947
|
interface WebAclRuleStatementOrStatementStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
54756
55948
|
/**
|
|
54757
55949
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -55375,6 +56567,10 @@ export declare namespace wafv2 {
|
|
|
55375
56567
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
55376
56568
|
*/
|
|
55377
56569
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
56570
|
+
/**
|
|
56571
|
+
* 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.
|
|
56572
|
+
*/
|
|
56573
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
55378
56574
|
/**
|
|
55379
56575
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
55380
56576
|
*/
|
|
@@ -55419,6 +56615,10 @@ export declare namespace wafv2 {
|
|
|
55419
56615
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
55420
56616
|
*/
|
|
55421
56617
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
56618
|
+
/**
|
|
56619
|
+
* 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.
|
|
56620
|
+
*/
|
|
56621
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
55422
56622
|
/**
|
|
55423
56623
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
55424
56624
|
*/
|
|
@@ -55560,6 +56760,16 @@ export declare namespace wafv2 {
|
|
|
55560
56760
|
*/
|
|
55561
56761
|
position: pulumi.Input<string>;
|
|
55562
56762
|
}
|
|
56763
|
+
interface WebAclRuleStatementOrStatementStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
56764
|
+
/**
|
|
56765
|
+
* The string to match against.
|
|
56766
|
+
*/
|
|
56767
|
+
key: pulumi.Input<string>;
|
|
56768
|
+
/**
|
|
56769
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
56770
|
+
*/
|
|
56771
|
+
scope: pulumi.Input<string>;
|
|
56772
|
+
}
|
|
55563
56773
|
interface WebAclRuleStatementOrStatementStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
55564
56774
|
/**
|
|
55565
56775
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -55984,6 +57194,16 @@ export declare namespace wafv2 {
|
|
|
55984
57194
|
*/
|
|
55985
57195
|
position: pulumi.Input<string>;
|
|
55986
57196
|
}
|
|
57197
|
+
interface WebAclRuleStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
57198
|
+
/**
|
|
57199
|
+
* The string to match against.
|
|
57200
|
+
*/
|
|
57201
|
+
key: pulumi.Input<string>;
|
|
57202
|
+
/**
|
|
57203
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
57204
|
+
*/
|
|
57205
|
+
scope: pulumi.Input<string>;
|
|
57206
|
+
}
|
|
55987
57207
|
interface WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatement {
|
|
55988
57208
|
/**
|
|
55989
57209
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -56003,6 +57223,10 @@ export declare namespace wafv2 {
|
|
|
56003
57223
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
56004
57224
|
*/
|
|
56005
57225
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
57226
|
+
/**
|
|
57227
|
+
* 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.
|
|
57228
|
+
*/
|
|
57229
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
56006
57230
|
/**
|
|
56007
57231
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
56008
57232
|
*/
|
|
@@ -56144,6 +57368,16 @@ export declare namespace wafv2 {
|
|
|
56144
57368
|
*/
|
|
56145
57369
|
position: pulumi.Input<string>;
|
|
56146
57370
|
}
|
|
57371
|
+
interface WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
57372
|
+
/**
|
|
57373
|
+
* The string to match against.
|
|
57374
|
+
*/
|
|
57375
|
+
key: pulumi.Input<string>;
|
|
57376
|
+
/**
|
|
57377
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
57378
|
+
*/
|
|
57379
|
+
scope: pulumi.Input<string>;
|
|
57380
|
+
}
|
|
56147
57381
|
interface WebAclRuleStatementOrStatementStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
56148
57382
|
/**
|
|
56149
57383
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -56463,6 +57697,10 @@ export declare namespace wafv2 {
|
|
|
56463
57697
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
56464
57698
|
*/
|
|
56465
57699
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
57700
|
+
/**
|
|
57701
|
+
* 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.
|
|
57702
|
+
*/
|
|
57703
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
56466
57704
|
/**
|
|
56467
57705
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
56468
57706
|
*/
|
|
@@ -56604,6 +57842,16 @@ export declare namespace wafv2 {
|
|
|
56604
57842
|
*/
|
|
56605
57843
|
position: pulumi.Input<string>;
|
|
56606
57844
|
}
|
|
57845
|
+
interface WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
57846
|
+
/**
|
|
57847
|
+
* The string to match against.
|
|
57848
|
+
*/
|
|
57849
|
+
key: pulumi.Input<string>;
|
|
57850
|
+
/**
|
|
57851
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
57852
|
+
*/
|
|
57853
|
+
scope: pulumi.Input<string>;
|
|
57854
|
+
}
|
|
56607
57855
|
interface WebAclRuleStatementOrStatementStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
56608
57856
|
/**
|
|
56609
57857
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -57549,6 +58797,10 @@ export declare namespace wafv2 {
|
|
|
57549
58797
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
57550
58798
|
*/
|
|
57551
58799
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement>;
|
|
58800
|
+
/**
|
|
58801
|
+
* 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.
|
|
58802
|
+
*/
|
|
58803
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement>;
|
|
57552
58804
|
/**
|
|
57553
58805
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
57554
58806
|
*/
|
|
@@ -57597,6 +58849,10 @@ export declare namespace wafv2 {
|
|
|
57597
58849
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
57598
58850
|
*/
|
|
57599
58851
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementIpSetReferenceStatement>;
|
|
58852
|
+
/**
|
|
58853
|
+
* 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.
|
|
58854
|
+
*/
|
|
58855
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementLabelMatchStatement>;
|
|
57600
58856
|
/**
|
|
57601
58857
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
57602
58858
|
*/
|
|
@@ -57641,6 +58897,10 @@ export declare namespace wafv2 {
|
|
|
57641
58897
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
57642
58898
|
*/
|
|
57643
58899
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
58900
|
+
/**
|
|
58901
|
+
* 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.
|
|
58902
|
+
*/
|
|
58903
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
57644
58904
|
/**
|
|
57645
58905
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
57646
58906
|
*/
|
|
@@ -57782,6 +59042,16 @@ export declare namespace wafv2 {
|
|
|
57782
59042
|
*/
|
|
57783
59043
|
position: pulumi.Input<string>;
|
|
57784
59044
|
}
|
|
59045
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementLabelMatchStatement {
|
|
59046
|
+
/**
|
|
59047
|
+
* The string to match against.
|
|
59048
|
+
*/
|
|
59049
|
+
key: pulumi.Input<string>;
|
|
59050
|
+
/**
|
|
59051
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
59052
|
+
*/
|
|
59053
|
+
scope: pulumi.Input<string>;
|
|
59054
|
+
}
|
|
57785
59055
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
57786
59056
|
/**
|
|
57787
59057
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -58206,6 +59476,16 @@ export declare namespace wafv2 {
|
|
|
58206
59476
|
*/
|
|
58207
59477
|
position: pulumi.Input<string>;
|
|
58208
59478
|
}
|
|
59479
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementLabelMatchStatement {
|
|
59480
|
+
/**
|
|
59481
|
+
* The string to match against.
|
|
59482
|
+
*/
|
|
59483
|
+
key: pulumi.Input<string>;
|
|
59484
|
+
/**
|
|
59485
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
59486
|
+
*/
|
|
59487
|
+
scope: pulumi.Input<string>;
|
|
59488
|
+
}
|
|
58209
59489
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatement {
|
|
58210
59490
|
/**
|
|
58211
59491
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -58225,6 +59505,10 @@ export declare namespace wafv2 {
|
|
|
58225
59505
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
58226
59506
|
*/
|
|
58227
59507
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
59508
|
+
/**
|
|
59509
|
+
* 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.
|
|
59510
|
+
*/
|
|
59511
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
58228
59512
|
/**
|
|
58229
59513
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
58230
59514
|
*/
|
|
@@ -58366,6 +59650,16 @@ export declare namespace wafv2 {
|
|
|
58366
59650
|
*/
|
|
58367
59651
|
position: pulumi.Input<string>;
|
|
58368
59652
|
}
|
|
59653
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementLabelMatchStatement {
|
|
59654
|
+
/**
|
|
59655
|
+
* The string to match against.
|
|
59656
|
+
*/
|
|
59657
|
+
key: pulumi.Input<string>;
|
|
59658
|
+
/**
|
|
59659
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
59660
|
+
*/
|
|
59661
|
+
scope: pulumi.Input<string>;
|
|
59662
|
+
}
|
|
58369
59663
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
58370
59664
|
/**
|
|
58371
59665
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -58685,6 +59979,10 @@ export declare namespace wafv2 {
|
|
|
58685
59979
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
58686
59980
|
*/
|
|
58687
59981
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
59982
|
+
/**
|
|
59983
|
+
* 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.
|
|
59984
|
+
*/
|
|
59985
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
58688
59986
|
/**
|
|
58689
59987
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
58690
59988
|
*/
|
|
@@ -58826,6 +60124,16 @@ export declare namespace wafv2 {
|
|
|
58826
60124
|
*/
|
|
58827
60125
|
position: pulumi.Input<string>;
|
|
58828
60126
|
}
|
|
60127
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementOrStatementStatementLabelMatchStatement {
|
|
60128
|
+
/**
|
|
60129
|
+
* The string to match against.
|
|
60130
|
+
*/
|
|
60131
|
+
key: pulumi.Input<string>;
|
|
60132
|
+
/**
|
|
60133
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
60134
|
+
*/
|
|
60135
|
+
scope: pulumi.Input<string>;
|
|
60136
|
+
}
|
|
58829
60137
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
58830
60138
|
/**
|
|
58831
60139
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -59550,6 +60858,16 @@ export declare namespace wafv2 {
|
|
|
59550
60858
|
*/
|
|
59551
60859
|
position: pulumi.Input<string>;
|
|
59552
60860
|
}
|
|
60861
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementLabelMatchStatement {
|
|
60862
|
+
/**
|
|
60863
|
+
* The string to match against.
|
|
60864
|
+
*/
|
|
60865
|
+
key: pulumi.Input<string>;
|
|
60866
|
+
/**
|
|
60867
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
60868
|
+
*/
|
|
60869
|
+
scope: pulumi.Input<string>;
|
|
60870
|
+
}
|
|
59553
60871
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatement {
|
|
59554
60872
|
/**
|
|
59555
60873
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -59573,6 +60891,10 @@ export declare namespace wafv2 {
|
|
|
59573
60891
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
59574
60892
|
*/
|
|
59575
60893
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementIpSetReferenceStatement>;
|
|
60894
|
+
/**
|
|
60895
|
+
* 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.
|
|
60896
|
+
*/
|
|
60897
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementLabelMatchStatement>;
|
|
59576
60898
|
/**
|
|
59577
60899
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
59578
60900
|
*/
|
|
@@ -59617,6 +60939,10 @@ export declare namespace wafv2 {
|
|
|
59617
60939
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
59618
60940
|
*/
|
|
59619
60941
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
60942
|
+
/**
|
|
60943
|
+
* 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.
|
|
60944
|
+
*/
|
|
60945
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
59620
60946
|
/**
|
|
59621
60947
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
59622
60948
|
*/
|
|
@@ -59758,6 +61084,16 @@ export declare namespace wafv2 {
|
|
|
59758
61084
|
*/
|
|
59759
61085
|
position: pulumi.Input<string>;
|
|
59760
61086
|
}
|
|
61087
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementAndStatementStatementLabelMatchStatement {
|
|
61088
|
+
/**
|
|
61089
|
+
* The string to match against.
|
|
61090
|
+
*/
|
|
61091
|
+
key: pulumi.Input<string>;
|
|
61092
|
+
/**
|
|
61093
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
61094
|
+
*/
|
|
61095
|
+
scope: pulumi.Input<string>;
|
|
61096
|
+
}
|
|
59761
61097
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
59762
61098
|
/**
|
|
59763
61099
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -60182,6 +61518,16 @@ export declare namespace wafv2 {
|
|
|
60182
61518
|
*/
|
|
60183
61519
|
position: pulumi.Input<string>;
|
|
60184
61520
|
}
|
|
61521
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementLabelMatchStatement {
|
|
61522
|
+
/**
|
|
61523
|
+
* The string to match against.
|
|
61524
|
+
*/
|
|
61525
|
+
key: pulumi.Input<string>;
|
|
61526
|
+
/**
|
|
61527
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
61528
|
+
*/
|
|
61529
|
+
scope: pulumi.Input<string>;
|
|
61530
|
+
}
|
|
60185
61531
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatement {
|
|
60186
61532
|
/**
|
|
60187
61533
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -60201,6 +61547,10 @@ export declare namespace wafv2 {
|
|
|
60201
61547
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
60202
61548
|
*/
|
|
60203
61549
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
61550
|
+
/**
|
|
61551
|
+
* 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.
|
|
61552
|
+
*/
|
|
61553
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
60204
61554
|
/**
|
|
60205
61555
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
60206
61556
|
*/
|
|
@@ -60342,6 +61692,16 @@ export declare namespace wafv2 {
|
|
|
60342
61692
|
*/
|
|
60343
61693
|
position: pulumi.Input<string>;
|
|
60344
61694
|
}
|
|
61695
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementLabelMatchStatement {
|
|
61696
|
+
/**
|
|
61697
|
+
* The string to match against.
|
|
61698
|
+
*/
|
|
61699
|
+
key: pulumi.Input<string>;
|
|
61700
|
+
/**
|
|
61701
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
61702
|
+
*/
|
|
61703
|
+
scope: pulumi.Input<string>;
|
|
61704
|
+
}
|
|
60345
61705
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
60346
61706
|
/**
|
|
60347
61707
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -60661,6 +62021,10 @@ export declare namespace wafv2 {
|
|
|
60661
62021
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
60662
62022
|
*/
|
|
60663
62023
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
62024
|
+
/**
|
|
62025
|
+
* 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.
|
|
62026
|
+
*/
|
|
62027
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
60664
62028
|
/**
|
|
60665
62029
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
60666
62030
|
*/
|
|
@@ -60802,6 +62166,16 @@ export declare namespace wafv2 {
|
|
|
60802
62166
|
*/
|
|
60803
62167
|
position: pulumi.Input<string>;
|
|
60804
62168
|
}
|
|
62169
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementStatementLabelMatchStatement {
|
|
62170
|
+
/**
|
|
62171
|
+
* The string to match against.
|
|
62172
|
+
*/
|
|
62173
|
+
key: pulumi.Input<string>;
|
|
62174
|
+
/**
|
|
62175
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
62176
|
+
*/
|
|
62177
|
+
scope: pulumi.Input<string>;
|
|
62178
|
+
}
|
|
60805
62179
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
60806
62180
|
/**
|
|
60807
62181
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -61425,6 +62799,10 @@ export declare namespace wafv2 {
|
|
|
61425
62799
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
61426
62800
|
*/
|
|
61427
62801
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementIpSetReferenceStatement>;
|
|
62802
|
+
/**
|
|
62803
|
+
* 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.
|
|
62804
|
+
*/
|
|
62805
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementLabelMatchStatement>;
|
|
61428
62806
|
/**
|
|
61429
62807
|
* A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
|
|
61430
62808
|
*/
|
|
@@ -61469,6 +62847,10 @@ export declare namespace wafv2 {
|
|
|
61469
62847
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
61470
62848
|
*/
|
|
61471
62849
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementIpSetReferenceStatement>;
|
|
62850
|
+
/**
|
|
62851
|
+
* 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.
|
|
62852
|
+
*/
|
|
62853
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementLabelMatchStatement>;
|
|
61472
62854
|
/**
|
|
61473
62855
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
61474
62856
|
*/
|
|
@@ -61610,6 +62992,16 @@ export declare namespace wafv2 {
|
|
|
61610
62992
|
*/
|
|
61611
62993
|
position: pulumi.Input<string>;
|
|
61612
62994
|
}
|
|
62995
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementLabelMatchStatement {
|
|
62996
|
+
/**
|
|
62997
|
+
* The string to match against.
|
|
62998
|
+
*/
|
|
62999
|
+
key: pulumi.Input<string>;
|
|
63000
|
+
/**
|
|
63001
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
63002
|
+
*/
|
|
63003
|
+
scope: pulumi.Input<string>;
|
|
63004
|
+
}
|
|
61613
63005
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementAndStatementStatementRegexPatternSetReferenceStatement {
|
|
61614
63006
|
/**
|
|
61615
63007
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -62034,6 +63426,16 @@ export declare namespace wafv2 {
|
|
|
62034
63426
|
*/
|
|
62035
63427
|
position: pulumi.Input<string>;
|
|
62036
63428
|
}
|
|
63429
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementLabelMatchStatement {
|
|
63430
|
+
/**
|
|
63431
|
+
* The string to match against.
|
|
63432
|
+
*/
|
|
63433
|
+
key: pulumi.Input<string>;
|
|
63434
|
+
/**
|
|
63435
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
63436
|
+
*/
|
|
63437
|
+
scope: pulumi.Input<string>;
|
|
63438
|
+
}
|
|
62037
63439
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatement {
|
|
62038
63440
|
/**
|
|
62039
63441
|
* The statement to negate. You can use any statement that can be nested. See Statement above for details.
|
|
@@ -62053,6 +63455,10 @@ export declare namespace wafv2 {
|
|
|
62053
63455
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
62054
63456
|
*/
|
|
62055
63457
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement>;
|
|
63458
|
+
/**
|
|
63459
|
+
* 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.
|
|
63460
|
+
*/
|
|
63461
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatementStatementLabelMatchStatement>;
|
|
62056
63462
|
/**
|
|
62057
63463
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
62058
63464
|
*/
|
|
@@ -62194,6 +63600,16 @@ export declare namespace wafv2 {
|
|
|
62194
63600
|
*/
|
|
62195
63601
|
position: pulumi.Input<string>;
|
|
62196
63602
|
}
|
|
63603
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatementStatementLabelMatchStatement {
|
|
63604
|
+
/**
|
|
63605
|
+
* The string to match against.
|
|
63606
|
+
*/
|
|
63607
|
+
key: pulumi.Input<string>;
|
|
63608
|
+
/**
|
|
63609
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
63610
|
+
*/
|
|
63611
|
+
scope: pulumi.Input<string>;
|
|
63612
|
+
}
|
|
62197
63613
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatement {
|
|
62198
63614
|
/**
|
|
62199
63615
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|
|
@@ -62513,6 +63929,10 @@ export declare namespace wafv2 {
|
|
|
62513
63929
|
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. See IP Set Reference Statement below for details.
|
|
62514
63930
|
*/
|
|
62515
63931
|
ipSetReferenceStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementOrStatementStatementIpSetReferenceStatement>;
|
|
63932
|
+
/**
|
|
63933
|
+
* 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.
|
|
63934
|
+
*/
|
|
63935
|
+
labelMatchStatement?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementOrStatementStatementLabelMatchStatement>;
|
|
62516
63936
|
/**
|
|
62517
63937
|
* A rule statement used to search web request components for matches with regular expressions. See Regex Pattern Set Reference Statement below for details.
|
|
62518
63938
|
*/
|
|
@@ -62654,6 +64074,16 @@ export declare namespace wafv2 {
|
|
|
62654
64074
|
*/
|
|
62655
64075
|
position: pulumi.Input<string>;
|
|
62656
64076
|
}
|
|
64077
|
+
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementOrStatementStatementLabelMatchStatement {
|
|
64078
|
+
/**
|
|
64079
|
+
* The string to match against.
|
|
64080
|
+
*/
|
|
64081
|
+
key: pulumi.Input<string>;
|
|
64082
|
+
/**
|
|
64083
|
+
* Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
|
|
64084
|
+
*/
|
|
64085
|
+
scope: pulumi.Input<string>;
|
|
64086
|
+
}
|
|
62657
64087
|
interface WebAclRuleStatementRateBasedStatementScopeDownStatementOrStatementStatementOrStatementStatementRegexPatternSetReferenceStatement {
|
|
62658
64088
|
/**
|
|
62659
64089
|
* The Amazon Resource Name (ARN) of the Regex Pattern Set that this statement references.
|