Skip to content

Commit

Permalink
Update CloudFormation schemas to 2024-12-01
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored and github-actions[bot] committed Dec 1, 2024
1 parent a1c8868 commit e2dd46c
Show file tree
Hide file tree
Showing 276 changed files with 56,604 additions and 45,784 deletions.
121 changes: 119 additions & 2 deletions src/cfnlint/data/AdditionalSpecs/Policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,58 @@
"aws:TagKeys"
]
},
"AWS Billing And Cost Management Pricing Calculator": {
"ARNFormat": "arn:aws:bcm-pricing-calculator::${Account}:${ResourceType}/${ResourceName}",
"ARNRegex": "^arn:aws:bcm-pricing-calculator::.+:.+",
"Actions": [
"CreateBillEstimate",
"CreateBillScenario",
"CreateBillScenarioCommitmentModification",
"CreateBillScenarioUsageModification",
"CreateWorkloadEstimate",
"CreateWorkloadEstimateUsage",
"DeleteBillEstimate",
"DeleteBillScenario",
"DeleteBillScenarioCommitmentModification",
"DeleteBillScenarioUsageModification",
"DeleteWorkloadEstimate",
"DeleteWorkloadEstimateUsage",
"GetBillEstimate",
"GetBillScenario",
"GetPreferences",
"GetWorkloadEstimate",
"ListBillEstimateCommitments",
"ListBillEstimateInputCommitmentModifications",
"ListBillEstimateInputUsageModifications",
"ListBillEstimateLineItems",
"ListBillEstimates",
"ListBillScenarioCommitmentModifications",
"ListBillScenarioUsageModifications",
"ListBillScenarios",
"ListTagsForResource",
"ListWorkloadEstimateUsage",
"ListWorkloadEstimates",
"TagResource",
"UntagResource",
"UpdateBillEstimate",
"UpdateBillScenario",
"UpdateBillScenarioCommitmentModification",
"UpdateBillScenarioUsageModification",
"UpdatePreferences",
"UpdateWorkloadEstimate",
"UpdateWorkloadEstimateUsage"
],
"HasResource": true,
"StringPrefix": "bcm-pricing-calculator",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys",
"bcm-pricing-calculator:bill-estimateBillEstimateId",
"bcm-pricing-calculator:bill-scenarioBillScenarioId",
"bcm-pricing-calculator:workload-estimateWorkloadEstimateId"
]
},
"AWS Billing Conductor": {
"ARNFormat": "arn:aws:billingconductor::${Account}:${ResourceType}",
"ARNRegex": "^arn:aws:billingconductor:.+",
Expand Down Expand Up @@ -2715,6 +2767,7 @@
"ARNFormat": "arn:aws:config:${Region}:${Account}:${ResourceType}/${ResourceId}",
"ARNRegex": "^arn:aws:config:.+",
"Actions": [
"AssociateResourceTypes",
"BatchGetAggregateResourceConfig",
"BatchGetResourceConfig",
"DeleteAggregationAuthorization",
Expand All @@ -2731,6 +2784,7 @@
"DeleteRemediationExceptions",
"DeleteResourceConfig",
"DeleteRetentionConfiguration",
"DeleteServiceLinkedConfigurationRecorder",
"DeleteStoredQuery",
"DeliverConfigSnapshot",
"DescribeAggregateComplianceByConfigRules",
Expand Down Expand Up @@ -2758,6 +2812,7 @@
"DescribeRemediationExceptions",
"DescribeRemediationExecutionStatus",
"DescribeRetentionConfigurations",
"DisassociateResourceTypes",
"GetAggregateComplianceDetailsByConfigRule",
"GetAggregateConfigRuleComplianceSummary",
"GetAggregateConformancePackComplianceSummary",
Expand All @@ -2778,6 +2833,7 @@
"GetResourceEvaluationSummary",
"GetStoredQuery",
"ListAggregateDiscoveredResources",
"ListConfigurationRecorders",
"ListConformancePackComplianceScores",
"ListDiscoveredResources",
"ListResourceEvaluations",
Expand All @@ -2797,6 +2853,7 @@
"PutRemediationExceptions",
"PutResourceConfig",
"PutRetentionConfiguration",
"PutServiceLinkedConfigurationRecorder",
"PutStoredQuery",
"SelectAggregateResourceConfig",
"SelectResourceConfig",
Expand All @@ -2813,7 +2870,8 @@
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:ResourceTag/${TagKey}",
"aws:TagKeys"
"aws:TagKeys",
"config:ConfigurationRecorderServicePrincipal"
]
},
"AWS Connector Service": {
Expand Down Expand Up @@ -5251,6 +5309,7 @@
"GetJobBookmark",
"GetJobRun",
"GetJobRuns",
"GetJobUpgradeAnalysis",
"GetJobs",
"GetLogParsingStatus",
"GetMLTaskRun",
Expand Down Expand Up @@ -5315,6 +5374,7 @@
"ListDataQualityRulesets",
"ListDevEndpoints",
"ListEntities",
"ListJobUpgradeAnalyses",
"ListJobs",
"ListMLTransforms",
"ListRegistries",
Expand Down Expand Up @@ -5359,6 +5419,7 @@
"StartExportLabelsTaskRun",
"StartImportLabelsTaskRun",
"StartJobRun",
"StartJobUpgradeAnalysis",
"StartMLEvaluationTaskRun",
"StartMLLabelingSetGenerationTaskRun",
"StartNotebook",
Expand All @@ -5368,6 +5429,7 @@
"StopColumnStatisticsTaskRunSchedule",
"StopCrawler",
"StopCrawlerSchedule",
"StopJobUpgradeAnalysis",
"StopSession",
"StopTrigger",
"StopWorkflowRun",
Expand Down Expand Up @@ -5402,6 +5464,7 @@
"UpdateUsageProfile",
"UpdateUserDefinedFunction",
"UpdateWorkflow",
"UpgradeJob",
"UseGlueStudio",
"UseMLTransforms"
],
Expand Down Expand Up @@ -8414,6 +8477,7 @@
"CreateConnection",
"CreateCoreNetwork",
"CreateDevice",
"CreateDirectConnectGatewayAttachment",
"CreateGlobalNetwork",
"CreateLink",
"CreateSite",
Expand Down Expand Up @@ -8449,6 +8513,7 @@
"GetCoreNetworkPolicy",
"GetCustomerGatewayAssociations",
"GetDevices",
"GetDirectConnectGatewayAttachment",
"GetLinkAssociations",
"GetLinks",
"GetNetworkResourceCounts",
Expand Down Expand Up @@ -8484,6 +8549,7 @@
"UpdateConnection",
"UpdateCoreNetwork",
"UpdateDevice",
"UpdateDirectConnectGatewayAttachment",
"UpdateGlobalNetwork",
"UpdateLink",
"UpdateNetworkResourceMetadata",
Expand All @@ -8497,6 +8563,8 @@
"aws:ResourceTag/${TagKey}",
"aws:TagKeys",
"networkmanager:cgwArn",
"networkmanager:directConnectGatewayArn",
"networkmanager:edgeLocations",
"networkmanager:subnetArns",
"networkmanager:tgwArn",
"networkmanager:tgwConnectPeerArn",
Expand Down Expand Up @@ -9093,6 +9161,13 @@
"aws:TagKeys"
]
},
"AWS PrivateLink": {
"Actions": [
"AllowMultiRegion"
],
"HasResource": false,
"StringPrefix": "vpce"
},
"AWS Proton": {
"ARNFormat": "arn:aws:proton:${Region}:${Account}:${ResourceType}/${ResourceName}",
"ARNRegex": "^arn:aws:proton:.+:.+:.+",
Expand Down Expand Up @@ -13229,6 +13304,7 @@
"DeleteDeliverySource",
"DeleteDestination",
"DeleteIndexPolicy",
"DeleteIntegration",
"DeleteLogAnomalyDetector",
"DeleteLogDelivery",
"DeleteLogGroup",
Expand Down Expand Up @@ -13262,6 +13338,7 @@
"GetDeliveryDestination",
"GetDeliveryDestinationPolicy",
"GetDeliverySource",
"GetIntegration",
"GetLogAnomalyDetector",
"GetLogDelivery",
"GetLogEvents",
Expand All @@ -13272,6 +13349,7 @@
"Link",
"ListAnomalies",
"ListEntitiesForLogGroup",
"ListIntegrations",
"ListLogAnomalyDetectors",
"ListLogDeliveries",
"ListLogGroupsForEntity",
Expand All @@ -13286,6 +13364,7 @@
"PutDestination",
"PutDestinationPolicy",
"PutIndexPolicy",
"PutIntegration",
"PutLogEvents",
"PutMetricFilter",
"PutQueryDefinition",
Expand Down Expand Up @@ -13373,6 +13452,22 @@
"oam:ResourceTypes"
]
},
"Amazon CloudWatch Observability Admin Service": {
"ARNFormat": "arn:${Partition}:observabilityadmin:${Region}:${Account}:${ResourceType}",
"ARNRegex": "^arn:${Partition}:observabilityadmin:.+:.+:.+",
"Actions": [
"GetTelemetryEvaluationStatus",
"GetTelemetryEvaluationStatusForOrganization",
"ListResourceTelemetry",
"ListResourceTelemetryForOrganization",
"StartTelemetryEvaluation",
"StartTelemetryEvaluationForOrganization",
"StopTelemetryEvaluation",
"StopTelemetryEvaluationForOrganization"
],
"HasResource": false,
"StringPrefix": "observabilityadmin"
},
"Amazon CloudWatch Synthetics": {
"ARNFormat": "arn:aws:synthetics:${Region}:${Account}:${ResourceType}:${ResourceName}",
"ARNRegex": "^arn:aws:synthetics:.+",
Expand Down Expand Up @@ -14269,6 +14364,7 @@
"CreateCalculatedAttributeDefinition",
"CreateDomain",
"CreateEventStream",
"CreateEventTrigger",
"CreateIntegrationWorkflow",
"CreateProfile",
"CreateSegmentDefinition",
Expand All @@ -14278,6 +14374,7 @@
"DeleteCalculatedAttributeDefinition",
"DeleteDomain",
"DeleteEventStream",
"DeleteEventTrigger",
"DeleteIntegration",
"DeleteProfile",
"DeleteProfileKey",
Expand All @@ -14291,6 +14388,7 @@
"GetCalculatedAttributeForProfile",
"GetDomain",
"GetEventStream",
"GetEventTrigger",
"GetIdentityResolutionJob",
"GetIntegration",
"GetMatches",
Expand All @@ -14309,6 +14407,7 @@
"ListCalculatedAttributesForProfile",
"ListDomains",
"ListEventStreams",
"ListEventTriggers",
"ListIdentityResolutionJobs",
"ListIntegrations",
"ListObjectTypeAttributes",
Expand All @@ -14329,6 +14428,7 @@
"UntagResource",
"UpdateCalculatedAttributeDefinition",
"UpdateDomain",
"UpdateEventTrigger",
"UpdateProfile"
],
"HasResource": true,
Expand Down Expand Up @@ -14363,6 +14463,7 @@
"PutConnectInstanceIntegration",
"PutDialRequestBatch",
"PutOutboundRequestBatch",
"PutProfileOutboundRequestBatch",
"ResumeCampaign",
"StartCampaign",
"StartInstanceOnboardingJob",
Expand Down Expand Up @@ -16448,10 +16549,13 @@
"eks:accessEntryType",
"eks:accessScope",
"eks:authenticationMode",
"eks:blockStorageEnabled",
"eks:bootstrapClusterCreatorAdminPermissions",
"eks:bootstrapSelfManagedAddons",
"eks:clientId",
"eks:clusterName",
"eks:computeConfigEnabled",
"eks:elasticLoadBalancingEnabled",
"eks:issuerUrl",
"eks:kubernetesGroups",
"eks:namespaces",
Expand Down Expand Up @@ -19398,7 +19502,11 @@
"ARNFormat": "arn:aws:opensearch:${Region}:${Account}:${Resource}",
"ARNRegex": "^arn:aws:opensearch:.+",
"Actions": [
"ApplicationAccessAll"
"ApplicationAccessAll",
"CancelDirectQuery",
"GetDirectQuery",
"GetDirectQueryResult",
"StartDirectQuery"
],
"HasResource": true,
"StringPrefix": "opensearch"
Expand Down Expand Up @@ -19493,6 +19601,7 @@
"AcceptInboundConnection",
"AcceptInboundCrossClusterSearchConnection",
"AddDataSource",
"AddDirectQueryDataSource",
"AddTags",
"AssociatePackage",
"AssociatePackages",
Expand All @@ -19511,6 +19620,7 @@
"CreateVpcEndpoint",
"DeleteApplication",
"DeleteDataSource",
"DeleteDirectQueryDataSource",
"DeleteDomain",
"DeleteElasticsearchDomain",
"DeleteElasticsearchServiceRole",
Expand Down Expand Up @@ -19556,12 +19666,14 @@
"GetCompatibleElasticsearchVersions",
"GetCompatibleVersions",
"GetDataSource",
"GetDirectQueryDataSource",
"GetDomainMaintenanceStatus",
"GetPackageVersionHistory",
"GetUpgradeHistory",
"GetUpgradeStatus",
"ListApplications",
"ListDataSources",
"ListDirectQueryDataSources",
"ListDomainMaintenances",
"ListDomainNames",
"ListDomainsForPackage",
Expand All @@ -19587,6 +19699,7 @@
"StartServiceSoftwareUpdate",
"UpdateApplication",
"UpdateDataSource",
"UpdateDirectQueryDataSource",
"UpdateDomainConfig",
"UpdateElasticsearchDomainConfig",
"UpdatePackage",
Expand Down Expand Up @@ -20939,6 +21052,7 @@
"DescribeStatement",
"DescribeTable",
"ExecuteStatement",
"GetStagingBucketLocation",
"GetStatementResult",
"ListDatabases",
"ListSchemas",
Expand All @@ -20949,6 +21063,7 @@
"StringPrefix": "redshift-data",
"conditionKeys": [
"aws:ResourceTag/${TagKey}",
"redshift-data:glue-catalog-arn",
"redshift-data:session-owner-iam-userid",
"redshift-data:statement-owner-iam-userid"
]
Expand Down Expand Up @@ -20979,6 +21094,7 @@
"GetCredentials",
"GetCustomDomainAssociation",
"GetEndpointAccess",
"GetManagedWorkgroup",
"GetNamespace",
"GetRecoveryPoint",
"GetResourcePolicy",
Expand Down Expand Up @@ -21021,6 +21137,7 @@
"aws:ResourceTag/${TagKey}",
"aws:TagKeys",
"redshift-serverless:endpointAccessId",
"redshift-serverless:managedWorkgroupName",
"redshift-serverless:namespaceId",
"redshift-serverless:recoveryPointId",
"redshift-serverless:snapshotId",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"8780ed5f72af98af34b6c00166eb6e61\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"0f1c575f74aeaacdcd4feeb9f4e51516\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Loading

0 comments on commit e2dd46c

Please sign in to comment.