ChannelCustomerManagedS3Args

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

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 S3 bucket in which channel data is stored.

Link copied to clipboard
val keyPrefix: Output<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
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(): ChannelCustomerManagedS3Args