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
* <p>The Amazon Web Services Region where the Athena table is located. This parameter is required to uniquely identify and access tables across different Regions.</p>
2327
+
* @public
2328
+
*/
2329
+
region?: CommercialRegion|undefined;
2330
+
2235
2331
/**
2236
2332
* <p> The workgroup of the Athena table reference.</p>
* <p>The Amazon Web Services Regions where collaboration query results can be stored. When specified, results can only be written to these Regions. This parameter enables you to meet your compliance and data governance requirements, and implement regional data governance policies.</p>
* <p>The Amazon Web Services Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.</p>
* <p>The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.</p>
* <p>The S3 bucket to unload the protected query results.</p>
7869
-
* @public
7870
-
*/
7871
-
bucket: string|undefined;
7872
-
7873
-
/**
7874
-
* <p>The S3 prefix to unload the protected query results.</p>
7875
-
* @public
7876
-
*/
7877
-
keyPrefix?: string|undefined;
7878
-
7879
-
/**
7880
-
* <p>Indicates whether files should be output as a single file (<code>TRUE</code>) or output as multiple files (<code>FALSE</code>). This parameter is only supported for analyses with the Spark analytics engine.</p>
7881
-
* @public
7882
-
*/
7883
-
singleFileOutput?: boolean|undefined;
7884
-
}
7885
-
7886
-
/**
7887
-
* <p>Contains configurations for protected query results.</p>
0 commit comments