class Aws::ApplicationCostProfiler::Types::SourceS3Location

Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.

@note When making an API call, you may pass SourceS3Location

data as a hash:

    {
      bucket: "S3Bucket", # required
      key: "S3Key", # required
      region: "ap-east-1", # accepts ap-east-1, me-south-1, eu-south-1, af-south-1
    }

@!attribute [rw] bucket

Name of the bucket.
@return [String]

@!attribute [rw] key

Key of the object.
@return [String]

@!attribute [rw] region

Region of the bucket. Only required for Regions that are disabled by
default. For more infomration about Regions that are disabled by
default, see [ Enabling a Region][1] in the *AWS General Reference
guide*.

[1]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/AWSApplicationCostProfiler-2020-09-10/SourceS3Location AWS API Documentation

Constants

SENSITIVE