AnalyticsApplicationReferenceDataSourcesS3Args

data class AnalyticsApplicationReferenceDataSourcesS3Args(val bucketArn: Output<String>, val fileKey: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<AnalyticsApplicationReferenceDataSourcesS3Args>

Constructors

constructor(bucketArn: Output<String>, fileKey: Output<String>, roleArn: Output<String>)

Properties

Link copied to clipboard
val bucketArn: Output<String>

The S3 Bucket ARN.

Link copied to clipboard
val fileKey: Output<String>

The File Key name containing reference data.

Link copied to clipboard
val roleArn: Output<String>

The IAM Role ARN to read the data.

Functions

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