|
596 | 596 | "AWS::Batch::JobDefinition.AuthorizationConfig": "CACHED",
|
597 | 597 | "AWS::Batch::JobDefinition.ContainerProperties": "CACHED",
|
598 | 598 | "AWS::Batch::JobDefinition.Device": "CACHED",
|
| 599 | + "AWS::Batch::JobDefinition.EcsProperties": "CACHED", |
| 600 | + "AWS::Batch::JobDefinition.EcsTaskProperties": "CACHED", |
599 | 601 | "AWS::Batch::JobDefinition.EfsVolumeConfiguration": "CACHED",
|
600 | 602 | "AWS::Batch::JobDefinition.EksContainer": "CACHED",
|
601 | 603 | "AWS::Batch::JobDefinition.EksContainerEnvironmentVariable": "CACHED",
|
|
624 | 626 | "AWS::Batch::JobDefinition.RetryStrategy": "CACHED",
|
625 | 627 | "AWS::Batch::JobDefinition.RuntimePlatform": "CACHED",
|
626 | 628 | "AWS::Batch::JobDefinition.Secret": "CACHED",
|
| 629 | + "AWS::Batch::JobDefinition.TaskContainerDependency": "CACHED", |
| 630 | + "AWS::Batch::JobDefinition.TaskContainerProperties": "CACHED", |
627 | 631 | "AWS::Batch::JobDefinition.Timeout": "CACHED",
|
628 | 632 | "AWS::Batch::JobDefinition.Tmpfs": "CACHED",
|
629 | 633 | "AWS::Batch::JobDefinition.Ulimit": "CACHED",
|
|
1664 | 1668 | "AWS::EC2::NetworkInterface.Ipv4PrefixSpecification": "CACHED",
|
1665 | 1669 | "AWS::EC2::NetworkInterface.Ipv6PrefixSpecification": "CACHED",
|
1666 | 1670 | "AWS::EC2::NetworkInterface.PrivateIpAddressSpecification": "CACHED",
|
| 1671 | + "AWS::EC2::NetworkInterfaceAttachment.EnaSrdSpecification": "CACHED", |
| 1672 | + "AWS::EC2::NetworkInterfaceAttachment.EnaSrdUdpSpecification": "CACHED", |
1667 | 1673 | "AWS::EC2::PrefixList.Entry": "CACHED",
|
1668 | 1674 | "AWS::EC2::SecurityGroup.Egress": "CACHED",
|
1669 | 1675 | "AWS::EC2::SecurityGroup.Ingress": "CACHED",
|
|
3568 | 3574 | "AWS::WAFv2::RuleGroup.IPSetForwardedIPConfiguration": "CACHED",
|
3569 | 3575 | "AWS::WAFv2::RuleGroup.IPSetReferenceStatement": "CACHED",
|
3570 | 3576 | "AWS::WAFv2::RuleGroup.ImmunityTimeProperty": "CACHED",
|
| 3577 | + "AWS::WAFv2::RuleGroup.JA3Fingerprint": "CACHED", |
3571 | 3578 | "AWS::WAFv2::RuleGroup.JsonBody": "CACHED",
|
3572 | 3579 | "AWS::WAFv2::RuleGroup.JsonMatchPattern": "CACHED",
|
3573 | 3580 | "AWS::WAFv2::RuleGroup.Label": "CACHED",
|
3574 | 3581 | "AWS::WAFv2::RuleGroup.LabelMatchStatement": "CACHED",
|
3575 | 3582 | "AWS::WAFv2::RuleGroup.LabelSummary": "CACHED",
|
3576 | 3583 | "AWS::WAFv2::RuleGroup.NotStatement": "CACHED",
|
3577 | 3584 | "AWS::WAFv2::RuleGroup.OrStatement": "CACHED",
|
3578 |
| - "AWS::WAFv2::RuleGroup.RateBasedStatement": "CACHED", |
| 3585 | + "AWS::WAFv2::RuleGroup.RateBasedStatement": { |
| 3586 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratebasedstatement.html", |
| 3587 | + "Properties": { |
| 3588 | + "AggregateKeyType": { |
| 3589 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratebasedstatement.html#cfn-wafv2-rulegroup-ratebasedstatement-aggregatekeytype", |
| 3590 | + "PrimitiveType": "String", |
| 3591 | + "Required": true, |
| 3592 | + "UpdateType": "Mutable", |
| 3593 | + "Value": { |
| 3594 | + "ValueType": "AWS::WAFv2::RuleGroup.RateBasedStatement.AggregateKeyType" |
| 3595 | + } |
| 3596 | + }, |
| 3597 | + "CustomKeys": { |
| 3598 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratebasedstatement.html#cfn-wafv2-rulegroup-ratebasedstatement-customkeys", |
| 3599 | + "DuplicatesAllowed": true, |
| 3600 | + "ItemType": "RateBasedStatementCustomKey", |
| 3601 | + "Required": false, |
| 3602 | + "Type": "List", |
| 3603 | + "UpdateType": "Mutable" |
| 3604 | + }, |
| 3605 | + "ForwardedIPConfig": { |
| 3606 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratebasedstatement.html#cfn-wafv2-rulegroup-ratebasedstatement-forwardedipconfig", |
| 3607 | + "Required": false, |
| 3608 | + "Type": "ForwardedIPConfiguration", |
| 3609 | + "UpdateType": "Mutable" |
| 3610 | + }, |
| 3611 | + "Limit": { |
| 3612 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratebasedstatement.html#cfn-wafv2-rulegroup-ratebasedstatement-limit", |
| 3613 | + "PrimitiveType": "Integer", |
| 3614 | + "Required": true, |
| 3615 | + "UpdateType": "Mutable", |
| 3616 | + "Value": { |
| 3617 | + "ValueType": "AWS::WAFv2::RuleGroup.RateBasedStatement.Limit" |
| 3618 | + } |
| 3619 | + }, |
| 3620 | + "ScopeDownStatement": { |
| 3621 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratebasedstatement.html#cfn-wafv2-rulegroup-ratebasedstatement-scopedownstatement", |
| 3622 | + "Required": false, |
| 3623 | + "Type": "Statement", |
| 3624 | + "UpdateType": "Mutable" |
| 3625 | + } |
| 3626 | + } |
| 3627 | + }, |
3579 | 3628 | "AWS::WAFv2::RuleGroup.RateBasedStatementCustomKey": "CACHED",
|
3580 | 3629 | "AWS::WAFv2::RuleGroup.RateLimitCookie": "CACHED",
|
3581 | 3630 | "AWS::WAFv2::RuleGroup.RateLimitHeader": "CACHED",
|
|
3626 | 3675 | "AWS::WAFv2::WebACL.IPSetForwardedIPConfiguration": "CACHED",
|
3627 | 3676 | "AWS::WAFv2::WebACL.IPSetReferenceStatement": "CACHED",
|
3628 | 3677 | "AWS::WAFv2::WebACL.ImmunityTimeProperty": "CACHED",
|
| 3678 | + "AWS::WAFv2::WebACL.JA3Fingerprint": "CACHED", |
3629 | 3679 | "AWS::WAFv2::WebACL.JsonBody": "CACHED",
|
3630 | 3680 | "AWS::WAFv2::WebACL.JsonMatchPattern": "CACHED",
|
3631 | 3681 | "AWS::WAFv2::WebACL.Label": "CACHED",
|
|
3635 | 3685 | "AWS::WAFv2::WebACL.NotStatement": "CACHED",
|
3636 | 3686 | "AWS::WAFv2::WebACL.OrStatement": "CACHED",
|
3637 | 3687 | "AWS::WAFv2::WebACL.OverrideAction": "CACHED",
|
3638 |
| - "AWS::WAFv2::WebACL.RateBasedStatement": "CACHED", |
| 3688 | + "AWS::WAFv2::WebACL.RateBasedStatement": { |
| 3689 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratebasedstatement.html", |
| 3690 | + "Properties": { |
| 3691 | + "AggregateKeyType": { |
| 3692 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratebasedstatement.html#cfn-wafv2-webacl-ratebasedstatement-aggregatekeytype", |
| 3693 | + "PrimitiveType": "String", |
| 3694 | + "Required": true, |
| 3695 | + "UpdateType": "Mutable", |
| 3696 | + "Value": { |
| 3697 | + "ValueType": "AWS::WAFv2::WebACL.RateBasedStatement.AggregateKeyType" |
| 3698 | + } |
| 3699 | + }, |
| 3700 | + "CustomKeys": { |
| 3701 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratebasedstatement.html#cfn-wafv2-webacl-ratebasedstatement-customkeys", |
| 3702 | + "DuplicatesAllowed": true, |
| 3703 | + "ItemType": "RateBasedStatementCustomKey", |
| 3704 | + "Required": false, |
| 3705 | + "Type": "List", |
| 3706 | + "UpdateType": "Mutable" |
| 3707 | + }, |
| 3708 | + "ForwardedIPConfig": { |
| 3709 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratebasedstatement.html#cfn-wafv2-webacl-ratebasedstatement-forwardedipconfig", |
| 3710 | + "Required": false, |
| 3711 | + "Type": "ForwardedIPConfiguration", |
| 3712 | + "UpdateType": "Mutable" |
| 3713 | + }, |
| 3714 | + "Limit": { |
| 3715 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratebasedstatement.html#cfn-wafv2-webacl-ratebasedstatement-limit", |
| 3716 | + "PrimitiveType": "Integer", |
| 3717 | + "Required": true, |
| 3718 | + "UpdateType": "Mutable", |
| 3719 | + "Value": { |
| 3720 | + "ValueType": "AWS::WAFv2::WebACL.RateBasedStatement.Limit" |
| 3721 | + } |
| 3722 | + }, |
| 3723 | + "ScopeDownStatement": { |
| 3724 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratebasedstatement.html#cfn-wafv2-webacl-ratebasedstatement-scopedownstatement", |
| 3725 | + "Required": false, |
| 3726 | + "Type": "Statement", |
| 3727 | + "UpdateType": "Mutable" |
| 3728 | + } |
| 3729 | + } |
| 3730 | + }, |
3639 | 3731 | "AWS::WAFv2::WebACL.RateBasedStatementCustomKey": "CACHED",
|
3640 | 3732 | "AWS::WAFv2::WebACL.RateLimitCookie": "CACHED",
|
3641 | 3733 | "AWS::WAFv2::WebACL.RateLimitHeader": "CACHED",
|
|
3670 | 3762 | "AWS::XRay::SamplingRule.SamplingRule": "CACHED",
|
3671 | 3763 | "Tag": "CACHED"
|
3672 | 3764 | },
|
3673 |
| - "ResourceSpecificationVersion": "163.0.0", |
| 3765 | + "ResourceSpecificationVersion": "164.0.0", |
3674 | 3766 | "ResourceTypes": {
|
3675 | 3767 | "AWS::ACMPCA::Certificate": "CACHED",
|
3676 | 3768 | "AWS::ACMPCA::CertificateAuthority": "CACHED",
|
|
4335 | 4427 | "AWS::EC2::NetworkInsightsAnalysis": "CACHED",
|
4336 | 4428 | "AWS::EC2::NetworkInsightsPath": "CACHED",
|
4337 | 4429 | "AWS::EC2::NetworkInterface": "CACHED",
|
4338 |
| - "AWS::EC2::NetworkInterfaceAttachment": { |
4339 |
| - "Attributes": { |
4340 |
| - "AttachmentId": { |
4341 |
| - "PrimitiveType": "String" |
4342 |
| - } |
4343 |
| - }, |
4344 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html", |
4345 |
| - "Properties": { |
4346 |
| - "DeleteOnTermination": { |
4347 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html#cfn-ec2-networkinterfaceattachment-deleteontermination", |
4348 |
| - "PrimitiveType": "Boolean", |
4349 |
| - "Required": false, |
4350 |
| - "UpdateType": "Mutable" |
4351 |
| - }, |
4352 |
| - "DeviceIndex": { |
4353 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html#cfn-ec2-networkinterfaceattachment-deviceindex", |
4354 |
| - "PrimitiveType": "String", |
4355 |
| - "Required": true, |
4356 |
| - "UpdateType": "Immutable" |
4357 |
| - }, |
4358 |
| - "InstanceId": { |
4359 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html#cfn-ec2-networkinterfaceattachment-instanceid", |
4360 |
| - "PrimitiveType": "String", |
4361 |
| - "Required": true, |
4362 |
| - "UpdateType": "Immutable" |
4363 |
| - }, |
4364 |
| - "NetworkInterfaceId": { |
4365 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html#cfn-ec2-networkinterfaceattachment-networkinterfaceid", |
4366 |
| - "PrimitiveType": "String", |
4367 |
| - "Required": true, |
4368 |
| - "UpdateType": "Immutable" |
4369 |
| - } |
4370 |
| - } |
4371 |
| - }, |
| 4430 | + "AWS::EC2::NetworkInterfaceAttachment": "CACHED", |
4372 | 4431 | "AWS::EC2::NetworkInterfacePermission": "CACHED",
|
4373 | 4432 | "AWS::EC2::NetworkPerformanceMetricSubscription": "CACHED",
|
4374 | 4433 | "AWS::EC2::PlacementGroup": "CACHED",
|
|
7646 | 7705 | "db.t4g.medium",
|
7647 | 7706 | "db.t4g.micro",
|
7648 | 7707 | "db.t4g.small",
|
7649 |
| - "db.t4g.xlarge" |
| 7708 | + "db.t4g.xlarge", |
| 7709 | + "db.x2iedn.16xlarge", |
| 7710 | + "db.x2iedn.24xlarge", |
| 7711 | + "db.x2iedn.2xlarge", |
| 7712 | + "db.x2iedn.32xlarge", |
| 7713 | + "db.x2iedn.4xlarge", |
| 7714 | + "db.x2iedn.8xlarge", |
| 7715 | + "db.x2iedn.xlarge" |
7650 | 7716 | ]
|
7651 | 7717 | },
|
7652 | 7718 | "AWS::RDS::DBInstance.DBInstanceIdentifier": "CACHED",
|
|
8403 | 8469 | "AWS::WAFv2::RuleGroup.IPSetForwardedIPConfiguration.Position": "CACHED",
|
8404 | 8470 | "AWS::WAFv2::RuleGroup.IPSetReferenceStatement.Arn": "CACHED",
|
8405 | 8471 | "AWS::WAFv2::RuleGroup.ImmunityTimeProperty.ImmunityTime": "CACHED",
|
| 8472 | + "AWS::WAFv2::RuleGroup.JA3Fingerprint.FallbackBehavior": "CACHED", |
8406 | 8473 | "AWS::WAFv2::RuleGroup.JsonBody.InvalidFallbackBehavior": "CACHED",
|
8407 | 8474 | "AWS::WAFv2::RuleGroup.JsonBody.MatchScope": "CACHED",
|
8408 | 8475 | "AWS::WAFv2::RuleGroup.JsonBody.OversizeHandling": "CACHED",
|
|
8449 | 8516 | "AWS::WAFv2::WebACL.IPSetForwardedIPConfiguration.Position": "CACHED",
|
8450 | 8517 | "AWS::WAFv2::WebACL.IPSetReferenceStatement.Arn": "CACHED",
|
8451 | 8518 | "AWS::WAFv2::WebACL.ImmunityTimeProperty.ImmunityTime": "CACHED",
|
| 8519 | + "AWS::WAFv2::WebACL.JA3Fingerprint.FallbackBehavior": "CACHED", |
8452 | 8520 | "AWS::WAFv2::WebACL.JsonBody.InvalidFallbackBehavior": "CACHED",
|
8453 | 8521 | "AWS::WAFv2::WebACL.JsonBody.MatchScope": "CACHED",
|
8454 | 8522 | "AWS::WAFv2::WebACL.JsonBody.OversizeHandling": "CACHED",
|
|
0 commit comments