class Aws::IoTAnalytics::Types::IotSiteWiseCustomerManagedDatastoreS3Storage

Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.

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

data as a hash:

    {
      bucket: "BucketName", # required
      key_prefix: "S3KeyPrefix",
    }

@!attribute [rw] bucket

The name of the Amazon S3 bucket where your data is stored.
@return [String]

@!attribute [rw] key_prefix

(Optional) The prefix used to create the keys of the data store data
objects. Each object in an Amazon S3 bucket has a key that is its
unique identifier in the bucket. Each object in a bucket has exactly
one key. The prefix must end with a forward slash (/).
@return [String]

Constants

SENSITIVE