Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v92.0.0 (#22435)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation committed Oct 10, 2022
1 parent 76482f6 commit 064a1a6
Show file tree
Hide file tree
Showing 204 changed files with 1,239 additions and 722 deletions.
72 changes: 72 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
@@ -1,3 +1,75 @@
# CloudFormation Resource Specification v92.0.0

## New Resource Types

* AWS::GreengrassV2::Deployment
* AWS::M2::Application
* AWS::Rekognition::StreamProcessor
* AWS::Transfer::Agreement
* AWS::Transfer::Certificate
* AWS::Transfer::Connector
* AWS::Transfer::Profile

## Attribute Changes

* AWS::ApiGatewayV2::Model ModelId (__added__)
* AWS::EC2::EIP PublicIp (__added__)
* AWS::EC2::EIP Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html
* AWS::EC2::VPCEndpoint Id (__added__)
* AWS::EC2::VPCEndpoint DnsEntries.DuplicatesAllowed (__added__)
* AWS::EC2::VPCEndpoint NetworkInterfaceIds.DuplicatesAllowed (__added__)
* AWS::RDS::DBProxy VpcId (__added__)

## Property Changes

* AWS::EC2::EIP Domain.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-domain
* AWS::EC2::EIP InstanceId.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-instanceid
* AWS::EC2::EIP InstanceId.UpdateType (__changed__)
* Old: Conditional
* New: Mutable
* AWS::EC2::EIP NetworkBorderGroup.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-networkbordergroup
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-networkbordergroup
* AWS::EC2::EIP PublicIpv4Pool.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-publicipv4pool
* AWS::EC2::EIP PublicIpv4Pool.UpdateType (__changed__)
* Old: Conditional
* New: Mutable
* AWS::EC2::EIP Tags.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-tags
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-tags
* AWS::Route53RecoveryReadiness::Cell CellName.Required (__changed__)
* Old: true
* New: false
* AWS::Route53RecoveryReadiness::ReadinessCheck ReadinessCheckName.Required (__changed__)
* Old: true
* New: false
* AWS::Route53RecoveryReadiness::RecoveryGroup RecoveryGroupName.Required (__changed__)
* Old: true
* New: false
* AWS::Route53RecoveryReadiness::ResourceSet ResourceSetName.Required (__changed__)
* Old: true
* New: false
* AWS::SageMaker::EndpointConfig ExplainerConfig (__added__)

## Property Type Changes

* AWS::M2::Environment.EfsStorageConfiguration (__added__)
* AWS::M2::Environment.FsxStorageConfiguration (__added__)
* AWS::SageMaker::EndpointConfig.ExplainerConfig (__added__)
* AWS::S3::MultiRegionAccessPoint.Region AccountId (__deleted__)

## Unapplied changes

* AWS::IdentityStore is at 0.0.0

# CloudFormation Resource Specification v91.0.0

## New Resource Types
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cfnspec/cfn.version
@@ -1 +1 @@
91.0.0
92.0.0
Expand Up @@ -4,7 +4,7 @@
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-identitystore-groupmembership-memberid.html"
}
},
"ResourceSpecificationVersion": "91.0.0",
"ResourceSpecificationVersion": "92.0.0",
"ResourceTypes": {
"AWS::IdentityStore::Group": {
"Attributes": {
Expand All @@ -23,13 +23,13 @@
"DisplayName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.html#cfn-identitystore-group-displayname",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Mutable"
},
"IdentityStoreId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.html#cfn-identitystore-group-identitystoreid",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Immutable"
}
}
Expand All @@ -45,18 +45,18 @@
"GroupId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-groupmembership.html#cfn-identitystore-groupmembership-groupid",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Mutable"
},
"IdentityStoreId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-groupmembership.html#cfn-identitystore-groupmembership-identitystoreid",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Immutable"
},
"MemberId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-groupmembership.html#cfn-identitystore-groupmembership-memberid",
"Required": false,
"Required": true,
"UpdateType": "Mutable"
}
}
Expand Down

This file was deleted.

0 comments on commit 064a1a6

Please sign in to comment.