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

Commit dbaa239

Browse files
Version 39.6.0 2021-07-17
1 parent 4407417 commit dbaa239

25 files changed

+7048
-221
lines changed

specs/af-south-1/CloudFormationResourceSpecification.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31296,7 +31296,7 @@
3129631296
}
3129731297
}
3129831298
},
31299-
"ResourceSpecificationVersion": "39.5.0",
31299+
"ResourceSpecificationVersion": "39.6.0",
3130031300
"ResourceTypes": {
3130131301
"AWS::ACMPCA::Certificate": {
3130231302
"Attributes": {
@@ -32286,6 +32286,11 @@
3228632286
}
3228732287
},
3228832288
"AWS::ApiGateway::UsagePlanKey": {
32289+
"Attributes": {
32290+
"Id": {
32291+
"PrimitiveType": "String"
32292+
}
32293+
},
3228932294
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html",
3229032295
"Properties": {
3229132296
"KeyId": {

specs/ap-east-1/CloudFormationResourceSpecification.json

Lines changed: 1580 additions & 8 deletions
Large diffs are not rendered by default.

specs/ap-northeast-1/CloudFormationResourceSpecification.json

Lines changed: 978 additions & 18 deletions
Large diffs are not rendered by default.

specs/ap-northeast-2/CloudFormationResourceSpecification.json

Lines changed: 159 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15565,6 +15565,64 @@
1556515565
}
1556615566
}
1556715567
},
15568+
"AWS::DataBrew::Job.DataCatalogOutput": {
15569+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-datacatalogoutput.html",
15570+
"Properties": {
15571+
"CatalogId": {
15572+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-datacatalogoutput.html#cfn-databrew-job-datacatalogoutput-catalogid",
15573+
"PrimitiveType": "String",
15574+
"Required": false,
15575+
"UpdateType": "Mutable"
15576+
},
15577+
"DatabaseName": {
15578+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-datacatalogoutput.html#cfn-databrew-job-datacatalogoutput-databasename",
15579+
"PrimitiveType": "String",
15580+
"Required": true,
15581+
"UpdateType": "Mutable"
15582+
},
15583+
"DatabaseOptions": {
15584+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-datacatalogoutput.html#cfn-databrew-job-datacatalogoutput-databaseoptions",
15585+
"Required": false,
15586+
"Type": "DatabaseTableOutputOptions",
15587+
"UpdateType": "Mutable"
15588+
},
15589+
"Overwrite": {
15590+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-datacatalogoutput.html#cfn-databrew-job-datacatalogoutput-overwrite",
15591+
"PrimitiveType": "Boolean",
15592+
"Required": false,
15593+
"UpdateType": "Mutable"
15594+
},
15595+
"S3Options": {
15596+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-datacatalogoutput.html#cfn-databrew-job-datacatalogoutput-s3options",
15597+
"Required": false,
15598+
"Type": "S3TableOutputOptions",
15599+
"UpdateType": "Mutable"
15600+
},
15601+
"TableName": {
15602+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-datacatalogoutput.html#cfn-databrew-job-datacatalogoutput-tablename",
15603+
"PrimitiveType": "String",
15604+
"Required": true,
15605+
"UpdateType": "Mutable"
15606+
}
15607+
}
15608+
},
15609+
"AWS::DataBrew::Job.DatabaseTableOutputOptions": {
15610+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-databasetableoutputoptions.html",
15611+
"Properties": {
15612+
"TableName": {
15613+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-databasetableoutputoptions.html#cfn-databrew-job-databasetableoutputoptions-tablename",
15614+
"PrimitiveType": "String",
15615+
"Required": true,
15616+
"UpdateType": "Mutable"
15617+
},
15618+
"TempDirectory": {
15619+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-databasetableoutputoptions.html#cfn-databrew-job-databasetableoutputoptions-tempdirectory",
15620+
"Required": false,
15621+
"Type": "S3Location",
15622+
"UpdateType": "Mutable"
15623+
}
15624+
}
15625+
},
1556815626
"AWS::DataBrew::Job.JobSample": {
1556915627
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-jobsample.html",
1557015628
"Properties": {
@@ -15687,6 +15745,17 @@
1568715745
}
1568815746
}
1568915747
},
15748+
"AWS::DataBrew::Job.S3TableOutputOptions": {
15749+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-s3tableoutputoptions.html",
15750+
"Properties": {
15751+
"Location": {
15752+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-job-s3tableoutputoptions.html#cfn-databrew-job-s3tableoutputoptions-location",
15753+
"Required": true,
15754+
"Type": "S3Location",
15755+
"UpdateType": "Mutable"
15756+
}
15757+
}
15758+
},
1569015759
"AWS::DataBrew::Project.Sample": {
1569115760
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-databrew-project-sample.html",
1569215761
"Properties": {
@@ -26808,6 +26877,17 @@
2680826877
}
2680926878
}
2681026879
},
26880+
"AWS::Glue::Crawler.RecrawlPolicy": {
26881+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-recrawlpolicy.html",
26882+
"Properties": {
26883+
"RecrawlBehavior": {
26884+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-recrawlpolicy.html#cfn-glue-crawler-recrawlpolicy-recrawlbehavior",
26885+
"PrimitiveType": "String",
26886+
"Required": false,
26887+
"UpdateType": "Mutable"
26888+
}
26889+
}
26890+
},
2681126891
"AWS::Glue::Crawler.S3Target": {
2681226892
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-crawler-s3target.html",
2681326893
"Properties": {
@@ -26944,6 +27024,17 @@
2694427024
}
2694527025
}
2694627026
},
27027+
"AWS::Glue::Database.DataLakePrincipal": {
27028+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-datalakeprincipal.html",
27029+
"Properties": {
27030+
"DataLakePrincipalIdentifier": {
27031+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-datalakeprincipal.html#cfn-glue-database-datalakeprincipal-datalakeprincipalidentifier",
27032+
"PrimitiveType": "String",
27033+
"Required": false,
27034+
"UpdateType": "Mutable"
27035+
}
27036+
}
27037+
},
2694727038
"AWS::Glue::Database.DatabaseIdentifier": {
2694827039
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseidentifier.html",
2694927040
"Properties": {
@@ -26964,6 +27055,13 @@
2696427055
"AWS::Glue::Database.DatabaseInput": {
2696527056
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html",
2696627057
"Properties": {
27058+
"CreateTableDefaultPermissions": {
27059+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-createtabledefaultpermissions",
27060+
"ItemType": "PrincipalPrivileges",
27061+
"Required": false,
27062+
"Type": "List",
27063+
"UpdateType": "Mutable"
27064+
},
2696727065
"Description": {
2696827066
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description",
2696927067
"PrimitiveType": "String",
@@ -26996,6 +27094,24 @@
2699627094
}
2699727095
}
2699827096
},
27097+
"AWS::Glue::Database.PrincipalPrivileges": {
27098+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-principalprivileges.html",
27099+
"Properties": {
27100+
"Permissions": {
27101+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-principalprivileges.html#cfn-glue-database-principalprivileges-permissions",
27102+
"PrimitiveItemType": "String",
27103+
"Required": false,
27104+
"Type": "List",
27105+
"UpdateType": "Mutable"
27106+
},
27107+
"Principal": {
27108+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-principalprivileges.html#cfn-glue-database-principalprivileges-principal",
27109+
"Required": false,
27110+
"Type": "DataLakePrincipal",
27111+
"UpdateType": "Mutable"
27112+
}
27113+
}
27114+
},
2699927115
"AWS::Glue::Job.ConnectionsList": {
2700027116
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-connectionslist.html",
2700127117
"Properties": {
@@ -27264,18 +27380,18 @@
2726427380
"AWS::Glue::Partition.SchemaReference": {
2726527381
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-schemareference.html",
2726627382
"Properties": {
27267-
"SchameVersionId": {
27268-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-schemareference.html#cfn-glue-partition-schemareference-schameversionid",
27269-
"PrimitiveType": "String",
27270-
"Required": false,
27271-
"UpdateType": "Mutable"
27272-
},
2727327383
"SchemaId": {
2727427384
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-schemareference.html#cfn-glue-partition-schemareference-schemaid",
2727527385
"Required": false,
2727627386
"Type": "SchemaId",
2727727387
"UpdateType": "Mutable"
2727827388
},
27389+
"SchemaVersionId": {
27390+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-schemareference.html#cfn-glue-partition-schemareference-schemaversionid",
27391+
"PrimitiveType": "String",
27392+
"Required": false,
27393+
"UpdateType": "Mutable"
27394+
},
2727927395
"SchemaVersionNumber": {
2728027396
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-schemareference.html#cfn-glue-partition-schemareference-schemaversionnumber",
2728127397
"PrimitiveType": "Integer",
@@ -27622,18 +27738,18 @@
2762227738
"AWS::Glue::Table.SchemaReference": {
2762327739
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-schemareference.html",
2762427740
"Properties": {
27625-
"SchameVersionId": {
27626-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-schemareference.html#cfn-glue-table-schemareference-schameversionid",
27627-
"PrimitiveType": "String",
27628-
"Required": false,
27629-
"UpdateType": "Mutable"
27630-
},
2763127741
"SchemaId": {
2763227742
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-schemareference.html#cfn-glue-table-schemareference-schemaid",
2763327743
"Required": false,
2763427744
"Type": "SchemaId",
2763527745
"UpdateType": "Mutable"
2763627746
},
27747+
"SchemaVersionId": {
27748+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-schemareference.html#cfn-glue-table-schemareference-schemaversionid",
27749+
"PrimitiveType": "String",
27750+
"Required": false,
27751+
"UpdateType": "Mutable"
27752+
},
2763727753
"SchemaVersionNumber": {
2763827754
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-table-schemareference.html#cfn-glue-table-schemareference-schemaversionnumber",
2763927755
"PrimitiveType": "Integer",
@@ -54269,7 +54385,7 @@
5426954385
}
5427054386
}
5427154387
},
54272-
"ResourceSpecificationVersion": "39.5.0",
54388+
"ResourceSpecificationVersion": "39.6.0",
5427354389
"ResourceTypes": {
5427454390
"AWS::ACMPCA::Certificate": {
5427554391
"Attributes": {
@@ -63158,6 +63274,13 @@
6315863274
"AWS::DataBrew::Job": {
6315963275
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html",
6316063276
"Properties": {
63277+
"DataCatalogOutputs": {
63278+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-datacatalogoutputs",
63279+
"ItemType": "DataCatalogOutput",
63280+
"Required": false,
63281+
"Type": "List",
63282+
"UpdateType": "Mutable"
63283+
},
6316163284
"DatasetName": {
6316263285
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html#cfn-databrew-job-datasetname",
6316363286
"PrimitiveType": "String",
@@ -71793,6 +71916,12 @@
7179371916
"Required": false,
7179471917
"UpdateType": "Immutable"
7179571918
},
71919+
"RecrawlPolicy": {
71920+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-recrawlpolicy",
71921+
"Required": false,
71922+
"Type": "RecrawlPolicy",
71923+
"UpdateType": "Mutable"
71924+
},
7179671925
"Role": {
7179771926
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role",
7179871927
"PrimitiveType": "String",
@@ -76467,6 +76596,23 @@
7646776596
}
7646876597
}
7646976598
},
76599+
"AWS::Logs::ResourcePolicy": {
76600+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-resourcepolicy.html",
76601+
"Properties": {
76602+
"PolicyDocument": {
76603+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-resourcepolicy.html#cfn-logs-resourcepolicy-policydocument",
76604+
"PrimitiveType": "String",
76605+
"Required": true,
76606+
"UpdateType": "Mutable"
76607+
},
76608+
"PolicyName": {
76609+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-resourcepolicy.html#cfn-logs-resourcepolicy-policyname",
76610+
"PrimitiveType": "String",
76611+
"Required": true,
76612+
"UpdateType": "Immutable"
76613+
}
76614+
}
76615+
},
7647076616
"AWS::Logs::SubscriptionFilter": {
7647176617
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html",
7647276618
"Properties": {

specs/ap-northeast-3/CloudFormationResourceSpecification.json

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26236,7 +26236,7 @@
2623626236
}
2623726237
}
2623826238
},
26239-
"ResourceSpecificationVersion": "39.5.0",
26239+
"ResourceSpecificationVersion": "39.6.0",
2624026240
"ResourceTypes": {
2624126241
"AWS::ACMPCA::Certificate": {
2624226242
"Attributes": {
@@ -40688,6 +40688,23 @@
4068840688
}
4068940689
}
4069040690
},
40691+
"AWS::Logs::ResourcePolicy": {
40692+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-resourcepolicy.html",
40693+
"Properties": {
40694+
"PolicyDocument": {
40695+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-resourcepolicy.html#cfn-logs-resourcepolicy-policydocument",
40696+
"PrimitiveType": "String",
40697+
"Required": true,
40698+
"UpdateType": "Mutable"
40699+
},
40700+
"PolicyName": {
40701+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-resourcepolicy.html#cfn-logs-resourcepolicy-policyname",
40702+
"PrimitiveType": "String",
40703+
"Required": true,
40704+
"UpdateType": "Immutable"
40705+
}
40706+
}
40707+
},
4069140708
"AWS::Logs::SubscriptionFilter": {
4069240709
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html",
4069340710
"Properties": {
@@ -43482,6 +43499,12 @@
4348243499
},
4348343500
"AWS::S3::AccessPoint": {
4348443501
"Attributes": {
43502+
"Arn": {
43503+
"PrimitiveType": "String"
43504+
},
43505+
"Name": {
43506+
"PrimitiveType": "String"
43507+
},
4348543508
"NetworkOrigin": {
4348643509
"PrimitiveType": "String"
4348743510
}
@@ -43494,14 +43517,14 @@
4349443517
"Required": true,
4349543518
"UpdateType": "Immutable"
4349643519
},
43497-
"Name": {
43498-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name",
43499-
"PrimitiveType": "String",
43520+
"Policy": {
43521+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy",
43522+
"PrimitiveType": "Json",
4350043523
"Required": false,
4350143524
"UpdateType": "Mutable"
4350243525
},
43503-
"Policy": {
43504-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policy",
43526+
"PolicyStatus": {
43527+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-policystatus",
4350543528
"PrimitiveType": "Json",
4350643529
"Required": false,
4350743530
"UpdateType": "Mutable"

0 commit comments

Comments
 (0)