ApplicationS3ContentBaseLocationArgs

data class ApplicationS3ContentBaseLocationArgs(val basePath: Output<String>? = null, val bucketArn: Output<String>) : ConvertibleToJava<ApplicationS3ContentBaseLocationArgs>

The base location of the Amazon Data Analytics application.

Constructors

Link copied to clipboard
constructor(basePath: Output<String>? = null, bucketArn: Output<String>)

Properties

Link copied to clipboard
val basePath: Output<String>? = null

The base path for the S3 bucket.

Link copied to clipboard
val bucketArn: Output<String>

The Amazon Resource Name (ARN) of the S3 bucket.

Functions

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