@awboost/cfn-resource-types 0.1.275 → 0.1.276
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/lib/AWS-EC2-LocalGatewayRoute.d.ts +2 -2
- package/lib/AWS-EC2-LocalGatewayRoute.js +1 -1
- package/lib/AWS-EC2-LocalGatewayRouteTable.d.ts +2 -2
- package/lib/AWS-EC2-LocalGatewayRouteTable.js +1 -1
- package/lib/AWS-EC2-LocalGatewayRouteTableVPCAssociation.d.ts +2 -2
- package/lib/AWS-EC2-LocalGatewayRouteTableVPCAssociation.js +1 -1
- package/lib/AWS-EC2-LocalGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +2 -2
- package/lib/AWS-EC2-LocalGatewayRouteTableVirtualInterfaceGroupAssociation.js +1 -1
- package/lib/AWS-WAFv2-RuleGroup.d.ts +36 -0
- package/lib/AWS-WAFv2-WebACL.d.ts +36 -0
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
4
|
* Resource type definition for `AWS::EC2::LocalGatewayRoute`.
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html}
|
|
7
7
|
*/
|
|
8
8
|
export type EC2LocalGatewayRouteProperties = {
|
|
@@ -39,7 +39,7 @@ export type EC2LocalGatewayRouteAttributes = {
|
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* Resource type definition for `AWS::EC2::LocalGatewayRoute`.
|
|
42
|
-
*
|
|
42
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
43
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html}
|
|
44
44
|
*/
|
|
45
45
|
export declare class EC2LocalGatewayRoute extends $Resource<"AWS::EC2::LocalGatewayRoute", EC2LocalGatewayRouteProperties, EC2LocalGatewayRouteAttributes> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
3
|
* Resource type definition for `AWS::EC2::LocalGatewayRoute`.
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html}
|
|
6
6
|
*/
|
|
7
7
|
export class EC2LocalGatewayRoute extends $Resource {
|
|
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
4
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTable`.
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetable.html}
|
|
7
7
|
*/
|
|
8
8
|
export type EC2LocalGatewayRouteTableProperties = {
|
|
@@ -65,7 +65,7 @@ export type Tag = {
|
|
|
65
65
|
};
|
|
66
66
|
/**
|
|
67
67
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTable`.
|
|
68
|
-
*
|
|
68
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
69
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetable.html}
|
|
70
70
|
*/
|
|
71
71
|
export declare class EC2LocalGatewayRouteTable extends $Resource<"AWS::EC2::LocalGatewayRouteTable", EC2LocalGatewayRouteTableProperties, EC2LocalGatewayRouteTableAttributes> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
3
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTable`.
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetable.html}
|
|
6
6
|
*/
|
|
7
7
|
export class EC2LocalGatewayRouteTable extends $Resource {
|
|
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
4
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTableVPCAssociation`.
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html}
|
|
7
7
|
*/
|
|
8
8
|
export type EC2LocalGatewayRouteTableVPCAssociationProperties = {
|
|
@@ -57,7 +57,7 @@ export type Tag = {
|
|
|
57
57
|
};
|
|
58
58
|
/**
|
|
59
59
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTableVPCAssociation`.
|
|
60
|
-
*
|
|
60
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
61
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html}
|
|
62
62
|
*/
|
|
63
63
|
export declare class EC2LocalGatewayRouteTableVPCAssociation extends $Resource<"AWS::EC2::LocalGatewayRouteTableVPCAssociation", EC2LocalGatewayRouteTableVPCAssociationProperties, EC2LocalGatewayRouteTableVPCAssociationAttributes> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
3
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTableVPCAssociation`.
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html}
|
|
6
6
|
*/
|
|
7
7
|
export class EC2LocalGatewayRouteTableVPCAssociation extends $Resource {
|
|
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
4
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation`.
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevirtualinterfacegroupassociation.html}
|
|
7
7
|
*/
|
|
8
8
|
export type EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationProperties = {
|
|
@@ -65,7 +65,7 @@ export type Tag = {
|
|
|
65
65
|
};
|
|
66
66
|
/**
|
|
67
67
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation`.
|
|
68
|
-
*
|
|
68
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
69
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevirtualinterfacegroupassociation.html}
|
|
70
70
|
*/
|
|
71
71
|
export declare class EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation extends $Resource<"AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation", EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationProperties, EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationAttributes> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
3
|
* Resource type definition for `AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation`.
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevirtualinterfacegroupassociation.html}
|
|
6
6
|
*/
|
|
7
7
|
export class EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation extends $Resource {
|
|
@@ -348,6 +348,10 @@ export type FieldToMatch = {
|
|
|
348
348
|
* Includes the JA3 fingerprint of a web request.
|
|
349
349
|
*/
|
|
350
350
|
JA3Fingerprint?: JA3Fingerprint;
|
|
351
|
+
/**
|
|
352
|
+
* Includes the JA4 fingerprint of a web request.
|
|
353
|
+
*/
|
|
354
|
+
JA4Fingerprint?: JA4Fingerprint;
|
|
351
355
|
/**
|
|
352
356
|
* Inspect the request body as JSON. The request body immediately follows the request headers.
|
|
353
357
|
*/
|
|
@@ -477,6 +481,14 @@ export type IPSetReferenceStatement = {
|
|
|
477
481
|
export type JA3Fingerprint = {
|
|
478
482
|
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
479
483
|
};
|
|
484
|
+
/**
|
|
485
|
+
* Type definition for `AWS::WAFv2::RuleGroup.JA4Fingerprint`.
|
|
486
|
+
* Includes the JA4 fingerprint of a web request.
|
|
487
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ja4fingerprint.html}
|
|
488
|
+
*/
|
|
489
|
+
export type JA4Fingerprint = {
|
|
490
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
491
|
+
};
|
|
480
492
|
/**
|
|
481
493
|
* Type definition for `AWS::WAFv2::RuleGroup.JsonBody`.
|
|
482
494
|
* Inspect the request body as JSON. The request body immediately follows the request headers.
|
|
@@ -629,6 +641,14 @@ export type RateBasedStatementCustomKey = {
|
|
|
629
641
|
* Specifies the IP address in the web request as an aggregate key for a rate-based rule.
|
|
630
642
|
*/
|
|
631
643
|
IP?: RateLimitIP;
|
|
644
|
+
/**
|
|
645
|
+
* Specifies the request's JA3 fingerprint as an aggregate key for a rate-based rule.
|
|
646
|
+
*/
|
|
647
|
+
JA3Fingerprint?: RateLimitJA3Fingerprint;
|
|
648
|
+
/**
|
|
649
|
+
* Specifies the request's JA4 fingerprint as an aggregate key for a rate-based rule.
|
|
650
|
+
*/
|
|
651
|
+
JA4Fingerprint?: RateLimitJA4Fingerprint;
|
|
632
652
|
/**
|
|
633
653
|
* Specifies a label namespace to use as an aggregate key for a rate-based rule.
|
|
634
654
|
*/
|
|
@@ -694,6 +714,22 @@ export type RateLimitHTTPMethod = Record<string, any>;
|
|
|
694
714
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitip.html}
|
|
695
715
|
*/
|
|
696
716
|
export type RateLimitIP = Record<string, any>;
|
|
717
|
+
/**
|
|
718
|
+
* Type definition for `AWS::WAFv2::RuleGroup.RateLimitJA3Fingerprint`.
|
|
719
|
+
* Specifies the request's JA3 fingerprint as an aggregate key for a rate-based rule.
|
|
720
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitja3fingerprint.html}
|
|
721
|
+
*/
|
|
722
|
+
export type RateLimitJA3Fingerprint = {
|
|
723
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
724
|
+
};
|
|
725
|
+
/**
|
|
726
|
+
* Type definition for `AWS::WAFv2::RuleGroup.RateLimitJA4Fingerprint`.
|
|
727
|
+
* Specifies the request's JA4 fingerprint as an aggregate key for a rate-based rule.
|
|
728
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitja4fingerprint.html}
|
|
729
|
+
*/
|
|
730
|
+
export type RateLimitJA4Fingerprint = {
|
|
731
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
732
|
+
};
|
|
697
733
|
/**
|
|
698
734
|
* Type definition for `AWS::WAFv2::RuleGroup.RateLimitLabelNamespace`.
|
|
699
735
|
* Specifies a label namespace to use as an aggregate key for a rate-based rule.
|
|
@@ -441,6 +441,10 @@ export type FieldToMatch = {
|
|
|
441
441
|
* Includes the JA3 fingerprint of a web request.
|
|
442
442
|
*/
|
|
443
443
|
JA3Fingerprint?: JA3Fingerprint;
|
|
444
|
+
/**
|
|
445
|
+
* Includes the JA4 fingerprint of a web request.
|
|
446
|
+
*/
|
|
447
|
+
JA4Fingerprint?: JA4Fingerprint;
|
|
444
448
|
/**
|
|
445
449
|
* Inspect the request body as JSON. The request body immediately follows the request headers.
|
|
446
450
|
*/
|
|
@@ -570,6 +574,14 @@ export type IPSetReferenceStatement = {
|
|
|
570
574
|
export type JA3Fingerprint = {
|
|
571
575
|
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
572
576
|
};
|
|
577
|
+
/**
|
|
578
|
+
* Type definition for `AWS::WAFv2::WebACL.JA4Fingerprint`.
|
|
579
|
+
* Includes the JA4 fingerprint of a web request.
|
|
580
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ja4fingerprint.html}
|
|
581
|
+
*/
|
|
582
|
+
export type JA4Fingerprint = {
|
|
583
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
584
|
+
};
|
|
573
585
|
/**
|
|
574
586
|
* Type definition for `AWS::WAFv2::WebACL.JsonBody`.
|
|
575
587
|
* Inspect the request body as JSON. The request body immediately follows the request headers.
|
|
@@ -802,6 +814,14 @@ export type RateBasedStatementCustomKey = {
|
|
|
802
814
|
* Specifies the IP address in the web request as an aggregate key for a rate-based rule.
|
|
803
815
|
*/
|
|
804
816
|
IP?: RateLimitIP;
|
|
817
|
+
/**
|
|
818
|
+
* Specifies the request's JA3 fingerprint as an aggregate key for a rate-based rule.
|
|
819
|
+
*/
|
|
820
|
+
JA3Fingerprint?: RateLimitJA3Fingerprint;
|
|
821
|
+
/**
|
|
822
|
+
* Specifies the request's JA4 fingerprint as an aggregate key for a rate-based rule.
|
|
823
|
+
*/
|
|
824
|
+
JA4Fingerprint?: RateLimitJA4Fingerprint;
|
|
805
825
|
/**
|
|
806
826
|
* Specifies a label namespace to use as an aggregate key for a rate-based rule.
|
|
807
827
|
*/
|
|
@@ -867,6 +887,22 @@ export type RateLimitHTTPMethod = Record<string, any>;
|
|
|
867
887
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitip.html}
|
|
868
888
|
*/
|
|
869
889
|
export type RateLimitIP = Record<string, any>;
|
|
890
|
+
/**
|
|
891
|
+
* Type definition for `AWS::WAFv2::WebACL.RateLimitJA3Fingerprint`.
|
|
892
|
+
* Specifies the request's JA3 fingerprint as an aggregate key for a rate-based rule.
|
|
893
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitja3fingerprint.html}
|
|
894
|
+
*/
|
|
895
|
+
export type RateLimitJA3Fingerprint = {
|
|
896
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
897
|
+
};
|
|
898
|
+
/**
|
|
899
|
+
* Type definition for `AWS::WAFv2::WebACL.RateLimitJA4Fingerprint`.
|
|
900
|
+
* Specifies the request's JA4 fingerprint as an aggregate key for a rate-based rule.
|
|
901
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitja4fingerprint.html}
|
|
902
|
+
*/
|
|
903
|
+
export type RateLimitJA4Fingerprint = {
|
|
904
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
905
|
+
};
|
|
870
906
|
/**
|
|
871
907
|
* Type definition for `AWS::WAFv2::WebACL.RateLimitLabelNamespace`.
|
|
872
908
|
* Specifies a label namespace to use as an aggregate key for a rate-based rule.
|