Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cfnspec): update CFN specification to 3.0.0. (aws#2492)
Browse files Browse the repository at this point in the history
skinny85 authored and SanderKnape committed May 14, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3db9332 commit bafdd81
Showing 3 changed files with 142 additions and 66 deletions.
32 changes: 32 additions & 0 deletions packages/@aws-cdk/cfnspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# CloudFormation Resource Specification v3.0.0

## New Resource Types

* AWS::ApiGatewayV2::ApiMapping
* AWS::ApiGatewayV2::DomainName

## Attribute Changes


## Property Changes

* AWS::FSx::FileSystem Tags.ItemType (__changed__)
* Old: TagEntry
* New: Tag

## Property Type Changes

* Tag Key.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-key
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-tag.html#cfn-iotanalytics-datastore-tag-key
* Tag Key.Required (__changed__)
* Old: false
* New: true
* Tag Value.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-value
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-tag.html#cfn-iotanalytics-datastore-tag-value
* Tag Value.Required (__changed__)
* Old: false
* New: true


# CloudFormation Resource Specification v2.32.0

## New Resource Types
Original file line number Diff line number Diff line change
@@ -843,6 +843,29 @@
}
}
},
"AWS::ApiGatewayV2::DomainName.DomainNameConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-domainname-domainnameconfiguration.html",
"Properties": {
"CertificateArn": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-domainname-domainnameconfiguration.html#cfn-apigatewayv2-domainname-domainnameconfiguration-certificatearn",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"CertificateName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-domainname-domainnameconfiguration.html#cfn-apigatewayv2-domainname-domainnameconfiguration-certificatename",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"EndpointType": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-domainname-domainnameconfiguration.html#cfn-apigatewayv2-domainname-domainnameconfiguration-endpointtype",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
}
}
},
"AWS::ApiGatewayV2::Route.ParameterConstraints": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-route-parameterconstraints.html",
"Properties": {
@@ -11840,23 +11863,6 @@
}
}
},
"AWS::FSx::FileSystem.TagEntry": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-tagentry.html",
"Properties": {
"Key": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-tagentry.html#cfn-fsx-filesystem-tagentry-key",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
},
"Value": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-tagentry.html#cfn-fsx-filesystem-tagentry-value",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
}
}
},
"AWS::FSx::FileSystem.WindowsConfiguration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-windowsconfiguration.html",
"Properties": {
@@ -20785,24 +20791,24 @@
}
},
"Tag": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-tag.html",
"Properties": {
"Key": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-key",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-tag.html#cfn-iotanalytics-datastore-tag-key",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Mutable"
},
"Value": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-value",
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-tag.html#cfn-iotanalytics-datastore-tag-value",
"PrimitiveType": "String",
"Required": false,
"Required": true,
"UpdateType": "Mutable"
}
}
}
},
"ResourceSpecificationVersion": "2.32.0",
"ResourceSpecificationVersion": "3.0.0",
"ResourceTypes": {
"AWS::AmazonMQ::Broker": {
"Attributes": {
@@ -21822,6 +21828,35 @@
}
}
},
"AWS::ApiGatewayV2::ApiMapping": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html",
"Properties": {
"ApiId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"ApiMappingKey": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey",
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Mutable"
},
"DomainName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"Stage": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Mutable"
}
}
},
"AWS::ApiGatewayV2::Authorizer": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html",
"Properties": {
@@ -21899,6 +21934,32 @@
}
}
},
"AWS::ApiGatewayV2::DomainName": {
"Attributes": {
"RegionalDomainName": {
"PrimitiveType": "String"
},
"RegionalHostedZoneId": {
"PrimitiveType": "String"
}
},
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html",
"Properties": {
"DomainName": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainname",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"DomainNameConfigurations": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html#cfn-apigatewayv2-domainname-domainnameconfigurations",
"ItemType": "DomainNameConfiguration",
"Required": false,
"Type": "List",
"UpdateType": "Mutable"
}
}
},
"AWS::ApiGatewayV2::Integration": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html",
"Properties": {
@@ -27849,35 +27910,6 @@
}
}
},
"AWS::EC2::TrunkInterfaceAssociation": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trunkinterfaceassociation.html",
"Properties": {
"BranchInterfaceId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trunkinterfaceassociation.html#cfn-ec2-trunkinterfaceassociation-branchinterfaceid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"GREKey": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trunkinterfaceassociation.html#cfn-ec2-trunkinterfaceassociation-grekey",
"PrimitiveType": "Integer",
"Required": false,
"UpdateType": "Immutable"
},
"TrunkInterfaceId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trunkinterfaceassociation.html#cfn-ec2-trunkinterfaceassociation-trunkinterfaceid",
"PrimitiveType": "String",
"Required": true,
"UpdateType": "Immutable"
},
"VLANId": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trunkinterfaceassociation.html#cfn-ec2-trunkinterfaceassociation-vlanid",
"PrimitiveType": "Integer",
"Required": false,
"UpdateType": "Immutable"
}
}
},
"AWS::EC2::VPC": {
"Attributes": {
"CidrBlock": {
@@ -30281,7 +30313,7 @@
},
"Tags": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-tags",
"ItemType": "TagEntry",
"ItemType": "Tag",
"Required": false,
"Type": "List",
"UpdateType": "Mutable"
38 changes: 25 additions & 13 deletions packages/@aws-cdk/cfnspec/spec-source/600_RefKinds_patch.json
Original file line number Diff line number Diff line change
@@ -1524,18 +1524,6 @@
"description": "Set RefKind of AWS::EC2::TransitGatewayRouteTablePropagation to Id"
}
},
"AWS::EC2::TrunkInterfaceAssociation": {
"patch": {
"operations": [
{
"op": "add",
"path": "/RefKind",
"value": "Id"
}
],
"description": "Set RefKind of AWS::EC2::TrunkInterfaceAssociation to Id"
}
},
"AWS::EC2::VPC": {
"patch": {
"operations": [
@@ -4679,6 +4667,30 @@
],
"description": "Set RefKind of AWS::Greengrass::ResourceDefinition to Id"
}
},
"AWS::ApiGatewayV2::ApiMapping": {
"patch": {
"operations": [
{
"op": "add",
"path": "/RefKind",
"value": "Id"
}
],
"description": "Set RefKind of AWS::ApiGatewayV2::ApiMapping to Id"
}
},
"AWS::ApiGatewayV2::DomainName": {
"patch": {
"operations": [
{
"op": "add",
"path": "/RefKind",
"value": "Name"
}
],
"description": "Set RefKind of AWS::ApiGatewayV2::DomainName to Name"
}
}
}
}
}

0 comments on commit bafdd81

Please sign in to comment.