Application S3Content Base Location Args
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
fun ApplicationS3ContentBaseLocationArgs(basePath: Output<String>? = null, bucketArn: Output<String>)