DatasetS3DestinationConfigurationArgs

data class DatasetS3DestinationConfigurationArgs(val bucket: Output<String>, val glueConfiguration: Output<DatasetGlueConfigurationArgs>? = null, val key: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<DatasetS3DestinationConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>

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: Output<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
val roleArn: Output<String>

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

Functions

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