Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v89.0.0 (#22231)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation authored Sep 26, 2022
1 parent 7328b96 commit a3cecaf
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3 deletions.
26 changes: 26 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
## New Resource Types


## Attribute Changes

* AWS::Redshift::ClusterSubnetGroup ClusterSubnetGroupName (__added__)

## Property Changes

* AWS::Glue::Job ExecutionClass (__added__)
* AWS::Glue::Job NonOverridableArguments (__added__)
* AWS::Glue::Trigger EventBatchingCondition (__added__)
* AWS::Glue::Trigger Type.UpdateType (__changed__)
* Old: Mutable
* New: Immutable
* AWS::Glue::Workflow MaxConcurrentRuns (__added__)
* AWS::Redshift::ClusterSubnetGroup SubnetIds.DuplicatesAllowed (__deleted__)
* AWS::Redshift::ClusterSubnetGroup Tags.DuplicatesAllowed (__deleted__)

## Property Type Changes

* AWS::Glue::Trigger.EventBatchingCondition (__added__)


# CloudFormation Resource Specification v89.0.0

## New Resource Types


## Attribute Changes

* AWS::EC2::VPNConnection Documentation (__changed__)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,23 @@
}
}
},
"AWS::Glue::Trigger.EventBatchingCondition": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-eventbatchingcondition.html",
"Properties": {
"BatchSize": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-eventbatchingcondition.html#cfn-glue-trigger-eventbatchingcondition-batchsize",
"PrimitiveType": "Integer",
"Required": true,
"UpdateType": "Mutable"
},
"BatchWindow": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-eventbatchingcondition.html#cfn-glue-trigger-eventbatchingcondition-batchwindow",
"PrimitiveType": "Integer",
"Required": false,
"UpdateType": "Mutable"
}
}
},
"AWS::Glue::Trigger.NotificationProperty": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-trigger-notificationproperty.html",
"Properties": {
Expand Down Expand Up @@ -1790,6 +1807,12 @@
"Required": false,
"UpdateType": "Mutable"
},
"ExecutionClass": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-executionclass",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"ExecutionProperty": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-executionproperty",
"Required": false,
Expand Down Expand Up @@ -1826,6 +1849,12 @@
"Required": false,
"UpdateType": "Immutable"
},
"NonOverridableArguments": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-nonoverridablearguments",
"PrimitiveType": "Json",
"Required": false,
"UpdateType": "Mutable"
},
"NotificationProperty": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-notificationproperty",
"Required": false,
Expand Down Expand Up @@ -2174,6 +2203,12 @@
"Required": false,
"UpdateType": "Mutable"
},
"EventBatchingCondition": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-eventbatchingcondition",
"Required": false,
"Type": "EventBatchingCondition",
"UpdateType": "Mutable"
},
"Name": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-name",
"PrimitiveType": "String",
Expand Down Expand Up @@ -2208,7 +2243,7 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-type",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
"UpdateType": "Immutable"
},
"WorkflowName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname",
Expand All @@ -2233,6 +2268,12 @@
"Required": false,
"UpdateType": "Mutable"
},
"MaxConcurrentRuns": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-maxconcurrentruns",
"PrimitiveType": "Integer",
"Required": false,
"UpdateType": "Mutable"
},
"Name": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-workflow.html#cfn-glue-workflow-name",
"PrimitiveType": "String",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,11 @@
}
},
"AWS::Redshift::ClusterSubnetGroup": {
"Attributes": {
"ClusterSubnetGroupName": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html",
"Properties": {
"Description": {
Expand All @@ -480,15 +485,13 @@
},
"SubnetIds": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-subnetids",
"DuplicatesAllowed": true,
"PrimitiveItemType": "String",
"Required": true,
"Type": "List",
"UpdateType": "Mutable"
},
"Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html#cfn-redshift-clustersubnetgroup-tags",
"DuplicatesAllowed": true,
"ItemType": "Tag",
"Required": false,
"Type": "List",
Expand Down

0 comments on commit a3cecaf

Please sign in to comment.