Skip to content

Commit

Permalink
Update CloudFormation schemas to 2024-11-30
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored and github-actions[bot] committed Nov 30, 2024
1 parent a1c8868 commit be046a2
Show file tree
Hide file tree
Showing 216 changed files with 15,466 additions and 45,540 deletions.
106 changes: 105 additions & 1 deletion 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 @@ -13373,6 +13448,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 +14360,7 @@
"CreateCalculatedAttributeDefinition",
"CreateDomain",
"CreateEventStream",
"CreateEventTrigger",
"CreateIntegrationWorkflow",
"CreateProfile",
"CreateSegmentDefinition",
Expand All @@ -14278,6 +14370,7 @@
"DeleteCalculatedAttributeDefinition",
"DeleteDomain",
"DeleteEventStream",
"DeleteEventTrigger",
"DeleteIntegration",
"DeleteProfile",
"DeleteProfileKey",
Expand All @@ -14291,6 +14384,7 @@
"GetCalculatedAttributeForProfile",
"GetDomain",
"GetEventStream",
"GetEventTrigger",
"GetIdentityResolutionJob",
"GetIntegration",
"GetMatches",
Expand All @@ -14309,6 +14403,7 @@
"ListCalculatedAttributesForProfile",
"ListDomains",
"ListEventStreams",
"ListEventTriggers",
"ListIdentityResolutionJobs",
"ListIntegrations",
"ListObjectTypeAttributes",
Expand All @@ -14329,6 +14424,7 @@
"UntagResource",
"UpdateCalculatedAttributeDefinition",
"UpdateDomain",
"UpdateEventTrigger",
"UpdateProfile"
],
"HasResource": true,
Expand Down Expand Up @@ -14363,6 +14459,7 @@
"PutConnectInstanceIntegration",
"PutDialRequestBatch",
"PutOutboundRequestBatch",
"PutProfileOutboundRequestBatch",
"ResumeCampaign",
"StartCampaign",
"StartInstanceOnboardingJob",
Expand Down Expand Up @@ -16448,10 +16545,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 @@ -20939,6 +21039,7 @@
"DescribeStatement",
"DescribeTable",
"ExecuteStatement",
"GetStagingBucketLocation",
"GetStatementResult",
"ListDatabases",
"ListSchemas",
Expand All @@ -20949,6 +21050,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 +21081,7 @@
"GetCredentials",
"GetCustomDomainAssociation",
"GetEndpointAccess",
"GetManagedWorkgroup",
"GetNamespace",
"GetRecoveryPoint",
"GetResourcePolicy",
Expand Down Expand Up @@ -21021,6 +21124,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"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"9933bc43d1799d272003041f49c8b98e\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
{"etag": "\"91999f9d5bd6e01c77b4b579b7dd22d4\"", "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": "\"302d586ba055a1ff5a081f5da02fb171\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"5d5ce0b934654473e6a656bbb9b199d5\"", "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": "\"55aa7f71b6455b1e07f8ae60c8b2f3a0\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"0d41b9243df0df42fa11a10ab702efbf\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"7c0c6aee0f76585b70c167b68d240e66\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"af4cf574412f5f7cf9ca41789a59c11f\"", "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": "\"92a1c6a2806a94ce8f8a488126853899\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"3e2e99a3f17ce89bf89f2b4252363f39\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"3717cc0091f8d0be758ad14421722daf\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"5d25b5872ff3922d7efe2c8e37e95463\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"02f42bba562f3bd4763550b63d1aee72\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
{"etag": "\"a59501c3af0fec23f753d03c214ca071\"", "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": "\"9de423a3f9230dafa2c343d615c4a489\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"07310587bb8a5dce990adf317a07f73a\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"2feec64f8a5ca81b6d85270a5ba2a806\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"89bd8920ac67bd7c3d3b0476cba978af\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"49732b3621f74615144c27507f561c75\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"831326f2cab2001ebe9e5a3b44c9fd71\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c9ab938f407d076484ac62e50085657e\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"2453b63017789db4888278843fb184e0\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"9a2c1b35b5f07a2be6b64b16d6836706\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"c4452191b7f53c4ee01b81dec6ce5158\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"9279fa0a8211e0219e604dc5b8c83450\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"cbbf0589cada802970096311a815c163\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"7d0c2394915581017dfaafb3ee2751c9\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"e17089e720001befa1009581e20c1bdd\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"261ab9e46693535f03fb439c2e5ca5e5\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"4c19e3e01f52da75c964adc9beb3be77\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"c9d31ed38f2f28419836fed8669ee817\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"407d98f4a5ee77cf7b14bd84b0ef7893\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"0589ec15f940af94f4fbc68bf1b10599\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"69246465e4893861906f2e1cb8fbc33d\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"e94f3a485dcb8c73b5e9012ce20e1b5a\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"26a16d5cfbc3f1e3a70569e826a5c308\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"b2964196b486b4bff02ba5098f0b8159\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"eac70efc97262b10a64f47fd46287c36\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"6f53dba1988c391ab38d826b512f28ec\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"cf5b2ef13733dacd403e59931e729cd2\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"727cbdc5358f549168c7cd413bb60845\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"afb1f11b1c792f5a27d2b8bea247db0d\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"9bee5dd19fb3e7f507739b7716d32758\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"8b4ea448e7a865bdda9d11a1e6d75900\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"141adab76bdbf3a62a6d1ad6f82425aa\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"94541d31352b35662bc3f206990dfdfb\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"22b787fe4f81c679ed41c73fc51aa842\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"dca14ef77e902d729a380390bde38a3b\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"65e1a31e8fa17542b425b5c69e58b851\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"008633f119d79ea0299de4bc371fd858\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"255dc22f5f9cd04368663d9b306c9f90\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"7b1905a4e396bedbaf8d6a958fb4a7c2\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"5d68f2ca2239eea68f98ea680e947ffb\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"41f7231ca5970133c0c5cddecd963732\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"etag": "\"e369de4e73da158dac9435948df37adf\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
{"etag": "\"f19bc85ad3766a518cebb88236497e00\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Loading

0 comments on commit be046a2

Please sign in to comment.