Skip to content

Commit

Permalink
Update CloudFormation schemas to 2024-09-19 (#3698)
Browse files Browse the repository at this point in the history
Co-authored-by: kddejong <36457093+kddejong@users.noreply.github.com>
Co-authored-by: Kevin DeJong <kddejong@amazon.com>
  • Loading branch information
3 people authored Sep 19, 2024
1 parent bf07614 commit f2b11fa
Show file tree
Hide file tree
Showing 215 changed files with 22,194 additions and 26,517 deletions.
3 changes: 2 additions & 1 deletion docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To include these rules, use the `-e/include-experimental` argument when running
## Rules
(_This documentation is generated by running `cfn-lint --update-documentation`, do not alter this manually_)

The following **233** rules are applied by this linter:
The following **234** rules are applied by this linter:

| Rule ID | Title | Description | Config<br />(Name:Type:Default) | Source | Tags |
| -------- | ----- | ----------- | ---------- | ------ | ---- |
Expand Down Expand Up @@ -274,6 +274,7 @@ The following **233** rules are applied by this linter:
| [W3687<a name="W3687"></a>](../src/cfnlint/rules/resources/ectwo/SecurityGroupProtocolsAndPortsExclusive.py) | Validate that ports aren't specified for certain protocols | When using a protocol other than icmp, icmpv6, tcp, or udp the port ranges properties are ignored | | [Source]() | `resources` |
| [W3688<a name="W3688"></a>](../src/cfnlint/rules/resources/rds/DbClusterSnapshotIdentifier.py) | When restoring DBCluster certain properties are ignored | When creating a DBCluster extra properties are ignored and could result in drift | | [Source]() | `resources`,`rds` |
| [W3689<a name="W3689"></a>](../src/cfnlint/rules/resources/rds/DbClusterSourceDBClusterIdentifier.py) | When using a source DB certain properties are ignored | When creating a DBCluster from a source certain properties are ignored and could result in drift | | [Source]() | `resources`,`rds` |
| [W3693<a name="W3693"></a>](../src/cfnlint/rules/resources/rds/DbClusterAuroraWarning.py) | Validate Aurora DB cluster configuration for ignored properties | When creating an Aurora DB Cluster there are fields that will allow for successful deployment but are ignored | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion) | `resources` |
| [W4001<a name="W4001"></a>](../src/cfnlint/rules/metadata/InterfaceParameterExists.py) | Metadata Interface parameters exist | Metadata Interface parameters actually exist | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-interface.html) | `metadata` |
| [W4005<a name="W4005"></a>](../src/cfnlint/rules/metadata/CfnLint.py) | Validate cfnlint configuration in the Metadata | Metadata cfn-lint configuration has many values and we want to validate that | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-interface.html) | `metadata` |
| [W6001<a name="W6001"></a>](../src/cfnlint/rules/outputs/ImportValue.py) | Check Outputs using ImportValue | Check if the Output value is set using ImportValue, so creating an Output of an Output | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `outputs`,`importvalue` |
Expand Down
55 changes: 53 additions & 2 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -3766,6 +3766,7 @@
"DescribeClientAuthenticationSettings",
"DescribeConditionalForwarders",
"DescribeDirectories",
"DescribeDirectoryDataAccess",
"DescribeDomainControllers",
"DescribeEventTopics",
"DescribeLDAPSSettings",
Expand All @@ -3776,11 +3777,13 @@
"DescribeTrusts",
"DescribeUpdateDirectory",
"DisableClientAuthentication",
"DisableDirectoryDataAccess",
"DisableLDAPS",
"DisableRadius",
"DisableRoleAccess",
"DisableSso",
"EnableClientAuthentication",
"EnableDirectoryDataAccess",
"EnableLDAPS",
"EnableRadius",
"EnableRoleAccess",
Expand Down Expand Up @@ -3824,6 +3827,39 @@
"aws:TagKeys"
]
},
"AWS Directory Service Data": {
"ARNFormat": "arn:aws:ds:${Region}:${Account}:${RelativeId}",
"ARNRegex": "^arn:aws:ds:.+",
"Actions": [
"AddGroupMember",
"CreateGroup",
"CreateUser",
"DeleteGroup",
"DeleteUser",
"DescribeGroup",
"DescribeUser",
"DisableUser",
"ListGroupMembers",
"ListGroups",
"ListGroupsForMember",
"ListUsers",
"RemoveGroupMember",
"SearchGroups",
"SearchUsers",
"UpdateGroup",
"UpdateUser"
],
"HasResource": true,
"StringPrefix": "ds-data",
"conditionKeys": [
"aws:ResourceTag/${TagKey}",
"ds-data:Identifier",
"ds-data:MemberName",
"ds-data:MemberRealm",
"ds-data:Realm",
"ds-data:SAMAccountName"
]
},
"AWS Elastic Beanstalk": {
"ARNFormat": "arn:aws:elasticbeanstalk:${Region}:${Account}:${ResourceType}/${PathToResource}",
"ARNRegex": "^arn:aws:elasticbeanstalk:.+:.*:.+/.+",
Expand Down Expand Up @@ -6081,6 +6117,7 @@
"AcceptCertificateTransfer",
"AddThingToBillingGroup",
"AddThingToThingGroup",
"AssociateSbomWithPackageVersion",
"AssociateTargetsWithJob",
"AttachPolicy",
"AttachPrincipalPolicy",
Expand Down Expand Up @@ -6203,6 +6240,7 @@
"DetachSecurityProfile",
"DetachThingPrincipal",
"DisableTopicRule",
"DisassociateSbomFromPackageVersion",
"EnableTopicRule",
"GetBehaviorModelTrainingSummaries",
"GetBucketsAggregation",
Expand Down Expand Up @@ -6267,6 +6305,7 @@
"ListRelatedResourcesForAuditFinding",
"ListRetainedMessages",
"ListRoleAliases",
"ListSbomValidationResults",
"ListScheduledAudits",
"ListSecurityProfiles",
"ListSecurityProfilesForTarget",
Expand Down Expand Up @@ -13406,6 +13445,7 @@
"CreateContactFlowModule",
"CreateEvaluationForm",
"CreateHoursOfOperation",
"CreateHoursOfOperationOverride",
"CreateInstance",
"CreateIntegrationAssociation",
"CreateParticipant",
Expand All @@ -13432,6 +13472,7 @@
"DeleteContactFlowModule",
"DeleteEvaluationForm",
"DeleteHoursOfOperation",
"DeleteHoursOfOperationOverride",
"DeleteInstance",
"DeleteIntegrationAssociation",
"DeletePredefinedAttribute",
Expand All @@ -13458,6 +13499,7 @@
"DescribeEvaluationForm",
"DescribeForecastingPlanningSchedulingIntegration",
"DescribeHoursOfOperation",
"DescribeHoursOfOperationOverride",
"DescribeInstance",
"DescribeInstanceAttribute",
"DescribeInstanceStorageConfig",
Expand Down Expand Up @@ -13493,6 +13535,7 @@
"GetContactAttributes",
"GetCurrentMetricData",
"GetCurrentUserData",
"GetEffectiveHoursOfOperations",
"GetFederationToken",
"GetFlowAssociation",
"GetMetricData",
Expand All @@ -13513,6 +13556,7 @@
"ListEvaluationFormVersions",
"ListEvaluationForms",
"ListFlowAssociations",
"ListHoursOfOperationOverrides",
"ListHoursOfOperations",
"ListInstanceAttributes",
"ListInstanceStorageConfigs",
Expand Down Expand Up @@ -13558,6 +13602,7 @@
"SearchContactFlowModules",
"SearchContactFlows",
"SearchContacts",
"SearchHoursOfOperationOverrides",
"SearchHoursOfOperations",
"SearchPredefinedAttributes",
"SearchPrompts",
Expand All @@ -13570,6 +13615,7 @@
"SearchUsers",
"SearchVocabularies",
"SendChatIntegrationEvent",
"SendOutboundEmail",
"StartAttachedFileUpload",
"StartChatContact",
"StartContactEvaluation",
Expand Down Expand Up @@ -13604,6 +13650,7 @@
"UpdateContactSchedule",
"UpdateEvaluationForm",
"UpdateHoursOfOperation",
"UpdateHoursOfOperationOverride",
"UpdateInstanceAttribute",
"UpdateInstanceStorageConfig",
"UpdateParticipantRoleConfig",
Expand Down Expand Up @@ -20993,8 +21040,10 @@
"DeleteBucket",
"DeleteBucketPolicy",
"GetBucketPolicy",
"GetEncryptionConfiguration",
"ListAllMyDirectoryBuckets",
"PutBucketPolicy"
"PutBucketPolicy",
"PutEncryptionConfiguration"
],
"HasResource": true,
"StringPrefix": "s3express",
Expand All @@ -21006,7 +21055,9 @@
"s3express:authType",
"s3express:signatureAge",
"s3express:signatureversion",
"s3express:x-amz-content-sha256"
"s3express:x-amz-content-sha256",
"s3express:x-amz-server-side-encryption",
"s3express:x-amz-server-side-encryption-aws-kms-key-id"
]
},
"Amazon S3 Glacier": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"a90b69678bf175ef86fc57b535a85eed\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"3511b118ab3f6467c79d58a0ea6808d1\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"7c428bb6b8a693cc6612074f825cfd9e\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
{"etag": "\"1408f921922302d495a67e27eb88f78e\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"5ee0a697f907436422b95d29aa14f563\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"88e58b2400962eeac5f37fdf7c54dc5b\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c886dd070a0bb4bc6475060d06845b8f\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"e7277cd3eb35c16018cdeebda196bbef\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"d8420b192a5368620693af9b84506679\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"bb2e0b2c1ab78028cd0769e670ef1a14\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"024011050c47f883e0a622b2d14586f7\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"2714f969aaca8844a7bdca474c7b0dba\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"d594d775bcd53898f584bd49ea6c7314\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"cec05d3598c215a8180cd2a3db10e12e\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"0e33624654a015f4af11314e806e2c0c\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
{"etag": "\"15b24098e19473b71ad005103a72b521\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"dd304f1c743383a62d14fbd5f7ae8411\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"a474d8f5b1bf74a28809fbfeae995548\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"cba20ce381302fb6be48cba202006432\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"f987c5a4e6512c69a8f2c61fbe96e78b\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"867c324251d587fa9ace93b5d60a9826\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"e951304c62a130b63225f76393875c3b\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"703614cf3562c31003ea0c359b9d8c45\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"7f3346b00f0ab8cce0776975e00ae07c\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"ef6b43f009331ffb58d087c6bad1964a\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"6fa98524641abbd700f268022a8c992b\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"8272c23ce894378d87647c989c5d647e\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"2be83eac85d4b358e9c2e8fb57602dca\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"133b36b800e5d916938e15d6739541d2\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"91345d0694164c420b6511cbcf5b9eee\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"58d43e94395ee916cceeaa3c3d46885d\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"3236a20db8537c91ce15e5a761f67b32\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"f691c26a75fd7a7adead6e69114e3520\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"9db24343e129b546d1dcda099656b7be\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"db8d5a2962aa06d5318ab7d7e10b590a\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"3d5ce7f539a2be5cfc4b9cca43feb0f6\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"b74ad4f9d548eabc2a255ec850745d15\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"b8543fef06e141b250dbdc3b7aac7cab\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"d5cf692db86a77845d17c960393a0572\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"aed9adffa56de02f02221ba233112811\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"d3d3904c0906bc6ab68b9268544e52e0\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"8005dda3eee8dafc35e702c98167c7e0\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"31f514aa2b226024280cd2e197fa1fc5\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"9d05e16a80c5fe43dbd8903b93c95589\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"47ab0e772817ae8550c14c2e6199e332\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"a7edca8bb5124caa84d541f37c1d875b\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c54798620ab2c82cb3e2a7573f0527b8\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"0383fb352ff0f3e07eaa9fed35aa2d94\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c0c45d9d71a676073d54603c448ecc79\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"93f8934c4615435a6827b97917e0d689\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"8c5a5e35243e61d256502d160f946644\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"8150ff7c477fde6e3d6c6ae94157499f\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"4496fe051e117d6a32139af7f169a4da\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"a84effe78e55a10e40315cb2c15e292f\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"6a243a8bb463bccda84a2c4e618c54dd\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"b681c3d62218d48b5f7046348e36338d\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"8626f81de8c210b8f794a0d8830bca94\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"29e0432f0f80030c5581d1d4183fa9b5\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"710f06fbf24357e400b3ebecc0d26f45\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"dd927c12cc5b8052a612c627997b65f1\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"df331d6ea919b2a1870bd507adcfb06f\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"d8e6a592423184730b67447b1fb84b6e\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"78eee4a7d16dbe1d4ba41e3dcb00a118\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"51d557ea2c5989dd8f044ed43678a430\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"4a004bf616562497888d121d810b317a\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"613da61cb89e20d1e98ad66c7d67cd0a\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"b10087571521fccbf316a7bf010c5900\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"71ab2c5f8bc3e72838fa5b2af6d8ce16\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
2 changes: 2 additions & 0 deletions src/cfnlint/data/Serverless/ManagedPolicies.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
"AWSDirectConnectFullAccess": "arn:aws:iam::aws:policy/AWSDirectConnectFullAccess",
"AWSDirectConnectReadOnlyAccess": "arn:aws:iam::aws:policy/AWSDirectConnectReadOnlyAccess",
"AWSDirectConnectServiceRolePolicy": "arn:aws:iam::aws:policy/aws-service-role/AWSDirectConnectServiceRolePolicy",
"AWSDirectoryServiceDataFullAccess": "arn:aws:iam::aws:policy/AWSDirectoryServiceDataFullAccess",
"AWSDirectoryServiceDataReadOnlyAccess": "arn:aws:iam::aws:policy/AWSDirectoryServiceDataReadOnlyAccess",
"AWSDirectoryServiceFullAccess": "arn:aws:iam::aws:policy/AWSDirectoryServiceFullAccess",
"AWSDirectoryServiceReadOnlyAccess": "arn:aws:iam::aws:policy/AWSDirectoryServiceReadOnlyAccess",
"AWSDiscoveryContinuousExportFirehosePolicy": "arn:aws:iam::aws:policy/AWSDiscoveryContinuousExportFirehosePolicy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
{
"_description": "Automatically updated using update_specs_from_pricing",
"af-south-1": {
"enum": [
"db.r4.16xlarge",
"db.r4.2xlarge",
"db.r4.4xlarge",
"db.r4.8xlarge",
"db.r4.large",
"db.r4.xlarge",
"db.r5.12xlarge",
"db.r5.16xlarge",
"db.r5.24xlarge",
"db.r5.2xlarge",
"db.r5.4xlarge",
"db.r5.8xlarge",
"db.r5.large",
"db.r5.xlarge",
"db.r6g.12xlarge",
"db.r6g.16xlarge",
"db.r6g.2xlarge",
"db.r6g.4xlarge",
"db.r6g.8xlarge",
"db.r6g.large",
"db.r6g.xlarge",
"db.t3.medium",
"db.t4g.medium"
]
},
"ap-east-1": {
"enum": [
"db.r4.16xlarge",
Expand Down Expand Up @@ -324,6 +351,33 @@
"db.t4g.medium"
]
},
"eu-south-2": {
"enum": [
"db.r4.16xlarge",
"db.r4.2xlarge",
"db.r4.4xlarge",
"db.r4.8xlarge",
"db.r4.large",
"db.r4.xlarge",
"db.r5.12xlarge",
"db.r5.16xlarge",
"db.r5.24xlarge",
"db.r5.2xlarge",
"db.r5.4xlarge",
"db.r5.8xlarge",
"db.r5.large",
"db.r5.xlarge",
"db.r6g.12xlarge",
"db.r6g.16xlarge",
"db.r6g.2xlarge",
"db.r6g.4xlarge",
"db.r6g.8xlarge",
"db.r6g.large",
"db.r6g.xlarge",
"db.t3.medium",
"db.t4g.medium"
]
},
"eu-west-1": {
"enum": [
"db.r4.16xlarge",
Expand Down
Loading

0 comments on commit f2b11fa

Please sign in to comment.