ApplicationS3ContentBaseLocation

data class ApplicationS3ContentBaseLocation(val basePath: String? = null, val bucketArn: String)

The base location of the Amazon Data Analytics application.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val basePath: String? = null

The base path for the S3 bucket.

Link copied to clipboard

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