|
335 | 335 | "SM2" |
336 | 336 | ] |
337 | 337 | }, |
| 338 | + "The type of policy to create. You can specify one of the following values: AISERVICES_OPT_OUT_POLICY, BACKUP_POLICY, BEDROCK_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, INSPECTOR_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY, RESOURCE_CONTROL_POLICY, S3_POLICY, SECURITYHUB_POLICY, SERVICE_CONTROL_POLICY, TAG_POLICY, UPGRADE_ROLLOUT_POLICY": { |
| 339 | + "enum": [ |
| 340 | + "AISERVICES_OPT_OUT_POLICY", |
| 341 | + "BACKUP_POLICY", |
| 342 | + "BEDROCK_POLICY", |
| 343 | + "CHATBOT_POLICY", |
| 344 | + "DECLARATIVE_POLICY_EC2", |
| 345 | + "INSPECTOR_POLICY", |
| 346 | + "NETWORK_SECURITY_DIRECTOR_POLICY", |
| 347 | + "RESOURCE_CONTROL_POLICY", |
| 348 | + "S3_POLICY", |
| 349 | + "SECURITYHUB_POLICY", |
| 350 | + "SERVICE_CONTROL_POLICY", |
| 351 | + "TAG_POLICY", |
| 352 | + "UPGRADE_ROLLOUT_POLICY" |
| 353 | + ] |
| 354 | + }, |
338 | 355 | "The type of policy to create. You can specify one of the following values: AISERVICES_OPT_OUT_POLICY, BACKUP_POLICY, SERVICE_CONTROL_POLICY, TAG_POLICY, CHATBOT_POLICY, RESOURCE_CONTROL_POLICY,DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, S3_POLICY, INSPECTOR_POLICY, BEDROCK_POLICY, NETWORK_SECURITY_DIRECTOR_POLICY, UPGRADE_ROLLOUT_POLICY": { |
339 | 356 | "enum": [ |
340 | 357 | "AISERVICES_OPT_OUT_POLICY", |
|
2270 | 2287 | "STANDARD_CONTROL" |
2271 | 2288 | ] |
2272 | 2289 | }, |
| 2290 | + "Specifies the action when a termination lifecycle hook is abandoned due to failure, timeout, or explicit abandonment (calling CompleteLifecycleAction). \n Set to ``Retain`` to move instances to a ``Retained`` state. Set to ``Terminate`` for default termination behavior. \n Retained instances don't count toward desired capacity and remain until you call ``TerminateInstanceInAutoScalingGroup``.": { |
| 2291 | + "enum": [ |
| 2292 | + "Retain", |
| 2293 | + "Terminate" |
| 2294 | + ] |
| 2295 | + }, |
2273 | 2296 | "Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require , messages are only delivered if a TLS connection can be established. If the value is Optional , messages can be delivered in plain text if a TLS connection can't be established.": { |
2274 | 2297 | "enum": [ |
2275 | 2298 | "Require", |
|
6462 | 6485 | "KMS key used to encrypt the Dataset data": { |
6463 | 6486 | "enum": null |
6464 | 6487 | }, |
| 6488 | + "Key Management Service key used to encrypt the collection.": { |
| 6489 | + "enum": null |
| 6490 | + }, |
6465 | 6491 | "KeyStorageSecurityStadard defines a cryptographic key management compliance standard used for handling CA keys.": { |
6466 | 6492 | "enum": null |
6467 | 6493 | }, |
|
14802 | 14828 | "The name of the collection": { |
14803 | 14829 | "enum": null |
14804 | 14830 | }, |
| 14831 | + "The name of the collection group to associate with the collection.": { |
| 14832 | + "enum": null |
| 14833 | + }, |
14805 | 14834 | "The name of the collection group.\n\nThe name must meet the following criteria:\nUnique to your account and AWS Region\nStarts with a lowercase letter\nContains only lowercase letters a-z, the numbers 0-9 and the hyphen (-)\nContains between 3 and 32 characters\n": { |
14806 | 14835 | "enum": null |
14807 | 14836 | }, |
|
0 commit comments