class Aws::IoTAnalytics::Types::CustomerManagedChannelS3Storage
Used to store channel data in an S3 bucket that you manage. If customer-managed storage is selected, the `retentionPeriod` parameter is ignored. You can't change the choice of S3 storage after the data store is created.
@note When making an API call, you may pass CustomerManagedChannelS3Storage
data as a hash: { bucket: "BucketName", # required key_prefix: "S3KeyPrefix", role_arn: "RoleArn", # required }
@!attribute [rw] bucket
The name of the S3 bucket in which channel data is stored. @return [String]
@!attribute [rw] key_prefix
(Optional) The prefix used to create the keys of the channel data objects. Each object in an 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]
@!attribute [rw] role_arn
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources. @return [String]
Constants
- SENSITIVE