ResourceRequestStatusFilter - AWS Cloud Control API

ResourceRequestStatusFilter

The filter criteria to use in determining the requests returned.

Contents

Operations

The operation types to include in the filter.

Type: Array of strings

Valid Values: CREATE | DELETE | UPDATE

Required: No

OperationStatuses

The operation statuses to include in the filter.

  • PENDING: The operation has been requested, but not yet initiated.

  • IN_PROGRESS: The operation is in progress.

  • SUCCESS: The operation completed.

  • FAILED: The operation failed.

  • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

  • CANCEL_COMPLETE: The operation has been canceled.

Type: Array of strings

Valid Values: PENDING | IN_PROGRESS | SUCCESS | FAILED | CANCEL_IN_PROGRESS | CANCEL_COMPLETE

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: