DatastoreCustomerManagedS3

data class DatastoreCustomerManagedS3(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 Amazon S3 bucket where your data is stored.

Link copied to clipboard
val keyPrefix: String? = null

(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 (/).

Link copied to clipboard

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