DatasetS3DestinationConfiguration

data class DatasetS3DestinationConfiguration(val bucket: String, val glueConfiguration: DatasetGlueConfiguration? = null, val key: String, val roleArn: String)

Constructors

Link copied to clipboard
constructor(bucket: String, glueConfiguration: DatasetGlueConfiguration? = null, key: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket to which dataset contents are delivered.

Link copied to clipboard

Configuration information for coordination with AWS Glue , a fully managed extract, transform and load (ETL) service.

Link copied to clipboard
val key: String

The key of the dataset contents object in an S3 bucket. Each object has a key that is a unique identifier. Each object has exactly one key. You can create a unique key with the following options:

Link copied to clipboard

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