Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit bbf7c36

Browse files
Version 5.0.0 2019-08-02
1 parent 0fa7058 commit bbf7c36

17 files changed

+6307
-140
lines changed

ap-northeast-1/CloudFormationResourceSpecification.json

Lines changed: 338 additions & 4 deletions
Large diffs are not rendered by default.

ap-northeast-2/CloudFormationResourceSpecification.json

Lines changed: 340 additions & 6 deletions
Large diffs are not rendered by default.

ap-northeast-3/CloudFormationResourceSpecification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12162,7 +12162,7 @@
1216212162
}
1216312163
}
1216412164
},
12165-
"ResourceSpecificationVersion": "4.3.0",
12165+
"ResourceSpecificationVersion": "5.0.0",
1216612166
"ResourceTypes": {
1216712167
"AWS::ApiGateway::Account": {
1216812168
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",

ap-south-1/CloudFormationResourceSpecification.json

Lines changed: 827 additions & 24 deletions
Large diffs are not rendered by default.

ap-southeast-1/CloudFormationResourceSpecification.json

Lines changed: 816 additions & 7 deletions
Large diffs are not rendered by default.

ap-southeast-2/CloudFormationResourceSpecification.json

Lines changed: 319 additions & 2 deletions
Large diffs are not rendered by default.

ca-central-1/CloudFormationResourceSpecification.json

Lines changed: 829 additions & 26 deletions
Large diffs are not rendered by default.

eu-central-1/CloudFormationResourceSpecification.json

Lines changed: 315 additions & 4 deletions
Large diffs are not rendered by default.

eu-north-1/CloudFormationResourceSpecification.json

Lines changed: 114 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2746,6 +2746,40 @@
27462746
}
27472747
}
27482748
},
2749+
"AWS::CodeStar::GitHubRepository.Code": {
2750+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-code.html",
2751+
"Properties": {
2752+
"S3": {
2753+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-code.html#cfn-codestar-githubrepository-code-s3",
2754+
"Required": true,
2755+
"Type": "S3",
2756+
"UpdateType": "Mutable"
2757+
}
2758+
}
2759+
},
2760+
"AWS::CodeStar::GitHubRepository.S3": {
2761+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html",
2762+
"Properties": {
2763+
"Bucket": {
2764+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-bucket",
2765+
"PrimitiveType": "String",
2766+
"Required": true,
2767+
"UpdateType": "Mutable"
2768+
},
2769+
"Key": {
2770+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-key",
2771+
"PrimitiveType": "String",
2772+
"Required": true,
2773+
"UpdateType": "Mutable"
2774+
},
2775+
"ObjectVersion": {
2776+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestar-githubrepository-s3.html#cfn-codestar-githubrepository-s3-objectversion",
2777+
"PrimitiveType": "String",
2778+
"Required": false,
2779+
"UpdateType": "Mutable"
2780+
}
2781+
}
2782+
},
27492783
"AWS::Config::ConfigRule.Scope": {
27502784
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html",
27512785
"Properties": {
@@ -13168,7 +13202,7 @@
1316813202
}
1316913203
}
1317013204
},
13171-
"ResourceSpecificationVersion": "4.3.0",
13205+
"ResourceSpecificationVersion": "5.0.0",
1317213206
"ResourceTypes": {
1317313207
"AWS::ApiGateway::Account": {
1317413208
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
@@ -13919,6 +13953,30 @@
1391913953
}
1392013954
}
1392113955
},
13956+
"AWS::ApiGateway::VpcLink": {
13957+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html",
13958+
"Properties": {
13959+
"Description": {
13960+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description",
13961+
"PrimitiveType": "String",
13962+
"Required": false,
13963+
"UpdateType": "Mutable"
13964+
},
13965+
"Name": {
13966+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name",
13967+
"PrimitiveType": "String",
13968+
"Required": true,
13969+
"UpdateType": "Mutable"
13970+
},
13971+
"TargetArns": {
13972+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-targetarns",
13973+
"PrimitiveItemType": "String",
13974+
"Required": true,
13975+
"Type": "List",
13976+
"UpdateType": "Immutable"
13977+
}
13978+
}
13979+
},
1392213980
"AWS::ApiGatewayV2::Api": {
1392313981
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html",
1392413982
"Properties": {
@@ -15823,6 +15881,53 @@
1582315881
}
1582415882
}
1582515883
},
15884+
"AWS::CodeStar::GitHubRepository": {
15885+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html",
15886+
"Properties": {
15887+
"Code": {
15888+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-code",
15889+
"Required": false,
15890+
"Type": "Code",
15891+
"UpdateType": "Mutable"
15892+
},
15893+
"EnableIssues": {
15894+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-enableissues",
15895+
"PrimitiveType": "Boolean",
15896+
"Required": false,
15897+
"UpdateType": "Mutable"
15898+
},
15899+
"IsPrivate": {
15900+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-isprivate",
15901+
"PrimitiveType": "Boolean",
15902+
"Required": false,
15903+
"UpdateType": "Mutable"
15904+
},
15905+
"RepositoryAccessToken": {
15906+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryaccesstoken",
15907+
"PrimitiveType": "String",
15908+
"Required": true,
15909+
"UpdateType": "Mutable"
15910+
},
15911+
"RepositoryDescription": {
15912+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositorydescription",
15913+
"PrimitiveType": "String",
15914+
"Required": false,
15915+
"UpdateType": "Mutable"
15916+
},
15917+
"RepositoryName": {
15918+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryname",
15919+
"PrimitiveType": "String",
15920+
"Required": true,
15921+
"UpdateType": "Mutable"
15922+
},
15923+
"RepositoryOwner": {
15924+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestar-githubrepository.html#cfn-codestar-githubrepository-repositoryowner",
15925+
"PrimitiveType": "String",
15926+
"Required": true,
15927+
"UpdateType": "Mutable"
15928+
}
15929+
}
15930+
},
1582615931
"AWS::Config::ConfigRule": {
1582715932
"Attributes": {
1582815933
"Arn": {
@@ -17897,44 +18002,29 @@
1789718002
}
1789818003
},
1789918004
"AWS::EC2::VPCEndpoint": {
17900-
"Attributes": {
17901-
"CreationTimestamp": {
17902-
"PrimitiveType": "String"
17903-
},
17904-
"DnsEntries": {
17905-
"PrimitiveItemType": "String",
17906-
"Type": "List"
17907-
},
17908-
"NetworkInterfaceIds": {
17909-
"PrimitiveItemType": "String",
17910-
"Type": "List"
17911-
}
17912-
},
1791318005
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html",
1791418006
"Properties": {
17915-
"PolicyDocument": {
17916-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument",
17917-
"PrimitiveType": "Json",
18007+
"IsPrivateDnsEnabled": {
18008+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-isprivatednsenabled",
18009+
"PrimitiveType": "Boolean",
1791818010
"Required": false,
1791918011
"UpdateType": "Mutable"
1792018012
},
17921-
"PrivateDnsEnabled": {
17922-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled",
17923-
"PrimitiveType": "Boolean",
18013+
"PolicyDocument": {
18014+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument",
18015+
"PrimitiveType": "Json",
1792418016
"Required": false,
1792518017
"UpdateType": "Mutable"
1792618018
},
1792718019
"RouteTableIds": {
1792818020
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-routetableids",
17929-
"DuplicatesAllowed": false,
1793018021
"PrimitiveItemType": "String",
1793118022
"Required": false,
1793218023
"Type": "List",
1793318024
"UpdateType": "Mutable"
1793418025
},
1793518026
"SecurityGroupIds": {
1793618027
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-securitygroupids",
17937-
"DuplicatesAllowed": false,
1793818028
"PrimitiveItemType": "String",
1793918029
"Required": false,
1794018030
"Type": "List",
@@ -17948,17 +18038,16 @@
1794818038
},
1794918039
"SubnetIds": {
1795018040
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-subnetids",
17951-
"DuplicatesAllowed": false,
1795218041
"PrimitiveItemType": "String",
1795318042
"Required": false,
1795418043
"Type": "List",
1795518044
"UpdateType": "Mutable"
1795618045
},
17957-
"VpcEndpointType": {
18046+
"VPCEndpointType": {
1795818047
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype",
1795918048
"PrimitiveType": "String",
1796018049
"Required": false,
17961-
"UpdateType": "Immutable"
18050+
"UpdateType": "Mutable"
1796218051
},
1796318052
"VpcId": {
1796418053
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid",

0 commit comments

Comments
 (0)