JobManifestGeneratorFilter
The filter used to describe a set of objects for the job's manifest.
Contents
- CreatedAfter
-
If provided, the generated manifest should include only source bucket objects that were created after this time.
Type: Timestamp
Required: No
- CreatedBefore
-
If provided, the generated manifest should include only source bucket objects that were created before this time.
Type: Timestamp
Required: No
- EligibleForReplication
-
Include objects in the generated manifest only if they are eligible for replication according to the Replication configuration on the source bucket.
Type: Boolean
Required: No
- ObjectReplicationStatuses
-
If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
Type: Array of strings
Valid Values:
COMPLETED | FAILED | REPLICA | NONE
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: