ApplicationApplicationConfigurationSqlApplicationConfigurationReferenceDataSourceS3ReferenceDataSourceArgs

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

Constructors

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

Properties

Link copied to clipboard
val bucketArn: Output<String>

The ARN of the S3 bucket.

Link copied to clipboard
val fileKey: Output<String>

The object key name containing the reference data.

Functions

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