|
123 | 123 | "additionalProperties": false,
|
124 | 124 | "markdownDescription": "If query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE-KMS or CSE-KMS) and key information.\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
|
125 | 125 | },
|
| 126 | + "ManagedStorageEncryptionConfiguration": { |
| 127 | + "description": "Indicates the encryption configuration for Athena Managed Storage. If not setting this field, Managed Storage will encrypt the query results with Athena's encryption key", |
| 128 | + "type": "object", |
| 129 | + "properties": { |
| 130 | + "KmsKey": { |
| 131 | + "$ref": "#/definitions/KmsKey" |
| 132 | + } |
| 133 | + }, |
| 134 | + "additionalProperties": false, |
| 135 | + "markdownDescription": "Indicates the encryption configuration for Athena Managed Storage. If not setting this field, Managed Storage will encrypt the query results with Athena's encryption key\n\n---\n\nRequired: No \nUpdate requires: No interruption\n" |
| 136 | + }, |
126 | 137 | "RemoveEncryptionConfiguration": {
|
127 | 138 | "type": "boolean",
|
128 | 139 | "markdownDescription": "\n\n---\n\nRequired: No \nType: Boolean \nUpdate requires: No interruption\n"
|
|
246 | 257 | "additionalProperties": false,
|
247 | 258 | "markdownDescription": "The result configuration information about the queries in this workgroup that will be updated. Includes the updated results location and an updated option for encrypting query results. \n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
|
248 | 259 | },
|
| 260 | + "ManagedQueryResultsConfiguration": { |
| 261 | + "description": "The configuration for the managed query results and encryption option. ResultConfiguration and ManagedQueryResultsConfiguration cannot be set at the same time", |
| 262 | + "type": "object", |
| 263 | + "properties": { |
| 264 | + "EncryptionConfiguration": { |
| 265 | + "$ref": "#/definitions/ManagedStorageEncryptionConfiguration" |
| 266 | + }, |
| 267 | + "Enabled": { |
| 268 | + "type": "boolean", |
| 269 | + "markdownDescription": "\n\n---\n\nRequired: No \nType: Boolean \nUpdate requires: No interruption\n" |
| 270 | + } |
| 271 | + }, |
| 272 | + "additionalProperties": false, |
| 273 | + "markdownDescription": "The configuration for the managed query results and encryption option. ResultConfiguration and ManagedQueryResultsConfiguration cannot be set at the same time\n\n---\n\nRequired: No \nUpdate requires: No interruption\n" |
| 274 | + }, |
249 | 275 | "WorkGroupConfiguration": {
|
250 | 276 | "type": "object",
|
251 | 277 | "properties": {
|
|
275 | 301 | },
|
276 | 302 | "CustomerContentEncryptionConfiguration": {
|
277 | 303 | "$ref": "#/definitions/CustomerContentEncryptionConfiguration"
|
| 304 | + }, |
| 305 | + "ManagedQueryResultsConfiguration": { |
| 306 | + "$ref": "#/definitions/ManagedQueryResultsConfiguration" |
278 | 307 | }
|
279 | 308 | },
|
280 | 309 | "additionalProperties": false,
|
|
316 | 345 | },
|
317 | 346 | "RemoveCustomerContentEncryptionConfiguration": {
|
318 | 347 | "$ref": "#/definitions/RemoveCustomerContentEncryptionConfiguration"
|
| 348 | + }, |
| 349 | + "ManagedQueryResultsConfiguration": { |
| 350 | + "$ref": "#/definitions/ManagedQueryResultsConfiguration" |
319 | 351 | }
|
320 | 352 | },
|
321 | 353 | "additionalProperties": false,
|
|
0 commit comments