S3Location
The Amazon S3 location for storing data. This structure defines where in Amazon S3 data is stored.
Contents
- bucket
-
The name of the Amazon S3 bucket. This bucket contains the stored data.
Type: String
Pattern:
[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]
Required: Yes
- prefix
-
The prefix for objects in the Amazon S3 bucket. This prefix is added to the object keys to organize the data.
Type: String
Length Constraints: Minimum length of 1.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: