Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v123.0.0 (#25649)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation authored May 25, 2023
1 parent d38551a commit d19646b
Show file tree
Hide file tree
Showing 226 changed files with 1,624 additions and 228 deletions.
146 changes: 146 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,149 @@
# CloudFormation Resource Specification v123.0.0

## New Resource Types

* AWS::Connect::Prompt
* AWS::QuickSight::Topic
* AWS::Shield::DRTAccess
* AWS::Shield::ProactiveEngagement
* AWS::Shield::Protection
* AWS::Shield::ProtectionGroup

## Attribute Changes

* AWS::EC2::IPAM ResourceDiscoveryAssociationCount (__added__)
* AWS::EC2::SubnetCidrBlock Id (__added__)
* AWS::Logs::LogStream Id (__deleted__)
* AWS::Synthetics::Canary Code.SourceLocationArn (__added__)

## Property Changes

* AWS::AppFlow::Flow FlowStatus (__added__)
* AWS::EC2::IPAM ResourceDiscoveryAssociationCount (__deleted__)
* AWS::Neptune::DBCluster Port (__deleted__)
* AWS::Neptune::DBCluster CopyTagsToSnapshot (__added__)
* AWS::Neptune::DBCluster DBInstanceParameterGroupName (__added__)
* AWS::Neptune::DBCluster ServerlessScalingConfiguration (__added__)
* AWS::Neptune::DBCluster AssociatedRoles.DuplicatesAllowed (__added__)
* AWS::Neptune::DBCluster AvailabilityZones.DuplicatesAllowed (__added__)
* AWS::Neptune::DBCluster EnableCloudwatchLogsExports.DuplicatesAllowed (__added__)
* AWS::Neptune::DBCluster EngineVersion.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::Neptune::DBCluster Tags.DuplicatesAllowed (__added__)
* AWS::Neptune::DBCluster VpcSecurityGroupIds.DuplicatesAllowed (__added__)
* AWS::S3::AccessPoint PolicyStatus (__deleted__)
* AWS::S3::AccessPoint PublicAccessBlockConfiguration.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SimSpaceWeaver::Simulation MaximumDuration (__added__)
* AWS::SimSpaceWeaver::Simulation SnapshotS3Location (__added__)
* AWS::SimSpaceWeaver::Simulation Name.Required (__changed__)
* Old: false
* New: true
* AWS::SimSpaceWeaver::Simulation RoleArn.Required (__changed__)
* Old: false
* New: true
* AWS::SimSpaceWeaver::Simulation RoleArn.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::SimSpaceWeaver::Simulation SchemaS3Location.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Synthetics::Canary DeleteLambdaResourcesOnCanaryDeletion (__deleted__)
* AWS::Synthetics::Canary StartCanaryAfterCreation.Required (__changed__)
* Old: true
* New: false
* AWS::XRay::Group GroupName.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::Group Tags.ItemType (__changed__)
* Old: TagsItems
* New: Tag
* AWS::XRay::SamplingRule RuleName (__deleted__)
* AWS::XRay::SamplingRule SamplingRuleRecord (__deleted__)
* AWS::XRay::SamplingRule SamplingRuleUpdate (__deleted__)
* AWS::XRay::SamplingRule Tags.ItemType (__changed__)
* Old: TagsItems
* New: Tag

## Property Type Changes

* AWS::S3::AccessPoint.PolicyStatus (__removed__)
* AWS::XRay::Group.TagsItems (__removed__)
* AWS::XRay::SamplingRule.SamplingRuleRecord (__removed__)
* AWS::XRay::SamplingRule.SamplingRuleUpdate (__removed__)
* AWS::XRay::SamplingRule.TagsItems (__removed__)
* AWS::Neptune::DBCluster.ServerlessScalingConfiguration (__added__)
* AWS::AppFlow::ConnectorProfile.SalesforceConnectorProfileCredentials JwtToken (__added__)
* AWS::AppFlow::ConnectorProfile.SalesforceConnectorProfileCredentials OAuth2GrantType (__added__)
* AWS::AppFlow::Flow.TriggerConfig ActivateFlowOnCreate (__deleted__)
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration BlockPublicAcls.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration BlockPublicPolicy.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration IgnorePublicAcls.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::S3::AccessPoint.PublicAccessBlockConfiguration RestrictPublicBuckets.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::SimSpaceWeaver::Simulation.S3Location BucketName.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::SimSpaceWeaver::Simulation.S3Location ObjectKey.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Synthetics::Canary.Code SourceLocationArn (__added__)
* AWS::Transfer::Server.IdentityProviderDetails SftpAuthenticationMethods (__added__)
* AWS::XRay::SamplingRule.SamplingRule FixedRate.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule HTTPMethod.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule Host.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule Priority.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule ReservoirSize.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule ResourceARN.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule ServiceName.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule ServiceType.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule URLPath.Required (__changed__)
* Old: false
* New: true
* AWS::XRay::SamplingRule.SamplingRule Version.UpdateType (__changed__)
* Old: Mutable
* New: Immutable

# CloudFormation Resource Specification (us-west-2) v123.0.0

## New Resource Types


## Attribute Changes


## Property Changes


## Property Type Changes



# CloudFormation Resource Specification v122.0.0

## New Resource Types
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cfnspec/cfn.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
122.0.0
123.0.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::ACMPCA::Certificate.ApiPassthrough": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::APS::Workspace.LoggingConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AccessAnalyzer::Analyzer.ArchiveRule": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-archiverule.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AmazonMQ::Broker.ConfigurationId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::Amplify::App.AutoBranchCreationConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AmplifyUIBuilder::Component.ActionParameters": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-actionparameters.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::ApiGateway::ApiKey.StageKey": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-apikey-stagekey.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::ApiGatewayV2::Api.BodyS3Location": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AppConfig::Application.Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AppFlow::Connector.ConnectorProvisioningConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connector-connectorprovisioningconfig.html",
Expand Down Expand Up @@ -878,6 +878,18 @@
"Type": "ConnectorOAuthRequest",
"UpdateType": "Mutable"
},
"JwtToken": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-jwttoken",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"OAuth2GrantType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-oauth2granttype",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"RefreshToken": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-refreshtoken",
"PrimitiveType": "String",
Expand Down Expand Up @@ -2199,12 +2211,6 @@
"AWS::AppFlow::Flow.TriggerConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html",
"Properties": {
"ActivateFlowOnCreate": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html#cfn-appflow-flow-triggerconfig-activateflowoncreate",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Immutable"
},
"TriggerProperties": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html#cfn-appflow-flow-triggerconfig-triggerproperties",
"Required": false,
Expand Down Expand Up @@ -2455,6 +2461,12 @@
"Required": true,
"UpdateType": "Immutable"
},
"FlowStatus": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowstatus",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"KMSArn": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-kmsarn",
"PrimitiveType": "String",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AppIntegrations::DataIntegration.FileConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-dataintegration-fileconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AppMesh::GatewayRoute.GatewayRouteHostnameMatch": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamematch.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AppRunner::ObservabilityConfiguration.TraceConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-observabilityconfiguration-traceconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AppStream::AppBlock.S3Location": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-s3location.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AppSync::DataSource.AuthorizationConfig": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-authorizationconfig.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::ApplicationAutoScaling::ScalableTarget.ScalableTargetAction": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::ApplicationInsights::Application.Alarm": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationinsights-application-alarm.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::Athena::WorkGroup.AclConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-aclconfiguration.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AuditManager::Assessment.AWSAccount": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-auditmanager-assessment-awsaccount.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AutoScaling::AutoScalingGroup.AcceleratorCountRequest": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratorcountrequest.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::AutoScalingPlans::ScalingPlan.ApplicationSource": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscalingplans-scalingplan-applicationsource.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::Backup::BackupPlan.AdvancedBackupSettingResourceType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-advancedbackupsettingresourcetype.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {},
"ResourceTypes": {
"AWS::BackupGateway::Hypervisor": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::Batch::ComputeEnvironment.ComputeResources": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::BillingConductor::BillingGroup.AccountGrouping": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-accountgrouping.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::Budgets::Budget.AutoAdjustData": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-autoadjustdata.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {
"AWS::CE::AnomalyMonitor.ResourceTag": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-anomalymonitor-resourcetag.html",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$version": "122.0.0",
"$version": "123.0.0",
"PropertyTypes": {},
"ResourceTypes": {
"AWS::CUR::ReportDefinition": {
Expand Down
Loading

0 comments on commit d19646b

Please sign in to comment.