Skip to content

Commit 8fcc1e0

Browse files
author
AWS
committed
AWS Glue Update: This release added AllowFullTableExternalDataAccess to glue catalog resource.
1 parent 965baba commit 8fcc1e0

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"contributor": "",
5+
"description": "This release added AllowFullTableExternalDataAccess to glue catalog resource."
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4457,6 +4457,13 @@
44574457
"max":30,
44584458
"min":1
44594459
},
4460+
"AllowFullTableExternalDataAccessEnum":{
4461+
"type":"string",
4462+
"enum":[
4463+
"True",
4464+
"False"
4465+
]
4466+
},
44604467
"AllowedValue":{
44614468
"type":"structure",
44624469
"required":["Value"],
@@ -6106,6 +6113,10 @@
61066113
"CreateDatabaseDefaultPermissions":{
61076114
"shape":"PrincipalPermissionsList",
61086115
"documentation":"<p>An array of <code>PrincipalPermissions</code> objects. Creates a set of default permissions on the database(s) for principals. Used by Amazon Web Services Lake Formation. Not used in the normal course of Glue operations.</p>"
6116+
},
6117+
"AllowFullTableExternalDataAccess":{
6118+
"shape":"AllowFullTableExternalDataAccessEnum",
6119+
"documentation":"<p> Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. </p>"
61096120
}
61106121
},
61116122
"documentation":"<p>The catalog object represents a logical grouping of databases in the Glue Data Catalog or a federated source. You can now create a Redshift-federated catalog or a catalog containing resource links to Redshift databases in another account or region.</p>"
@@ -6262,6 +6273,10 @@
62626273
"CreateDatabaseDefaultPermissions":{
62636274
"shape":"PrincipalPermissionsList",
62646275
"documentation":"<p>An array of <code>PrincipalPermissions</code> objects. Creates a set of default permissions on the database(s) for principals. Used by Amazon Web Services Lake Formation. Typically should be explicitly set as an empty list.</p>"
6276+
},
6277+
"AllowFullTableExternalDataAccess":{
6278+
"shape":"AllowFullTableExternalDataAccessEnum",
6279+
"documentation":"<p> Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation. </p>"
62656280
}
62666281
},
62676282
"documentation":"<p>A structure that describes catalog properties.</p>"

0 commit comments

Comments
 (0)