You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/glue/src/main/resources/codegen-resources/service-2.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4457,6 +4457,13 @@
4457
4457
"max":30,
4458
4458
"min":1
4459
4459
},
4460
+
"AllowFullTableExternalDataAccessEnum":{
4461
+
"type":"string",
4462
+
"enum":[
4463
+
"True",
4464
+
"False"
4465
+
]
4466
+
},
4460
4467
"AllowedValue":{
4461
4468
"type":"structure",
4462
4469
"required":["Value"],
@@ -6106,6 +6113,10 @@
6106
6113
"CreateDatabaseDefaultPermissions":{
6107
6114
"shape":"PrincipalPermissionsList",
6108
6115
"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>"
6109
6120
}
6110
6121
},
6111
6122
"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 @@
6262
6273
"CreateDatabaseDefaultPermissions":{
6263
6274
"shape":"PrincipalPermissionsList",
6264
6275
"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>"
6265
6280
}
6266
6281
},
6267
6282
"documentation":"<p>A structure that describes catalog properties.</p>"
0 commit comments