DatastoreCustomerManagedS3Args

data class DatastoreCustomerManagedS3Args(val bucket: Output<String>, val keyPrefix: Output<String>? = null, val roleArn: Output<String>) : ConvertibleToJava<DatastoreCustomerManagedS3Args>

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the Amazon S3 bucket where your data is stored.

Link copied to clipboard
val keyPrefix: Output<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
val roleArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): DatastoreCustomerManagedS3Args