ChannelCustomerManagedS3

data class ChannelCustomerManagedS3(val bucket: String, val keyPrefix: String? = null, val roleArn: String)

Constructors

Link copied to clipboard
constructor(bucket: String, keyPrefix: String? = null, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket in which channel data is stored.

Link copied to clipboard
val keyPrefix: String? = null

(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 within the bucket (each object in a bucket has exactly one key). The prefix must end with a forward slash (/).

Link copied to clipboard

The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.