@awboost/cfn-resource-types 0.1.275 → 0.1.277

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.
@@ -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
- * Describes a route for a local gateway route table.
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
- * Describes a route for a local gateway route table.
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
- * Describes a route for a local gateway route table.
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
- * Describes a route table for a local gateway.
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
- * Describes a route table for a local gateway.
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
- * Describes a route table for a local gateway.
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
- * Describes an association between a local gateway route table and a VPC.
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
- * Describes an association between a local gateway route table and a VPC.
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
- * Describes an association between a local gateway route table and a VPC.
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
- * Describes a local gateway route table virtual interface group association for a local gateway.
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
- * Describes a local gateway route table virtual interface group association for a local gateway.
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
- * Describes a local gateway route table virtual interface group association for a local gateway.
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 {
@@ -80,6 +80,11 @@ export type RDSDBInstanceProperties = {
80
80
  Constraints: Major version upgrades must be allowed when specifying a value for the ``EngineVersion`` parameter that is a different major version than the DB instance's current version.
81
81
  */
82
82
  AllowMajorVersionUpgrade?: boolean;
83
+ /**
84
+ * Specifies whether changes to the DB instance and any pending modifications are applied immediately, regardless of the ``PreferredMaintenanceWindow`` setting. If set to ``false``, changes are applied during the next maintenance window. Until RDS applies the changes, the DB instance remains in a drift state. As a result, the configuration doesn't fully reflect the requested modifications and temporarily diverges from the intended state.
85
+ In addition to the settings described in [Modifying a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html), this property also determines whether the DB instance reboots when a static parameter is modified in the associated DB parameter group.
86
+ Default: ``true``
87
+ */
83
88
  ApplyImmediately?: boolean;
84
89
  /**
85
90
  * The IAMlong (IAM) roles associated with the DB instance.
@@ -746,7 +751,7 @@ export type RDSDBInstanceProperties = {
746
751
  If you specify ``io1``, ``io2``, or ``gp3``, you must also include a value for the ``Iops`` parameter.
747
752
  This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.
748
753
  Valid Values: ``gp2 | gp3 | io1 | io2 | standard``
749
- Default: ``io1``, if the ``Iops`` parameter is specified. Otherwise, ``gp2``.
754
+ Default: ``io1``, if the ``Iops`` parameter is specified. Otherwise, ``gp3``.
750
755
  */
751
756
  StorageType?: string;
752
757
  /**
@@ -50,7 +50,7 @@ export type RDSDBParameterGroupProperties = {
50
50
  */
51
51
  Family: string;
52
52
  /**
53
- * An array of parameter names and values for the parameter update. You must specify at least one parameter name and value.
53
+ * A mapping of parameter names and values for the parameter update. You must specify at least one parameter name and value.
54
54
  For more information about parameter groups, see [Working with parameter groups](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html) in the *Amazon RDS User Guide*, or [Working with parameter groups](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.html) in the *Amazon Aurora User Guide*.
55
55
  AWS CloudFormation doesn't support specifying an apply method for each individual parameter. The default apply method for each parameter is used.
56
56
  */
@@ -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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.275",
3
+ "version": "0.1.277",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },