S3Location
Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler reports are generated and then written to.
Contents
- bucket
-
Name of the S3 bucket.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
(?=^.{3,63}$)(?!^(\d+\.)+\d+$)(^(([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])\.)*([a-z0-9]|[a-z0-9][a-z0-9\-]*[a-z0-9])$)
Required: Yes
- prefix
-
Prefix for the location to write to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
.*\S.*
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: