AppBlockS3LocationArgs

data class AppBlockS3LocationArgs(val s3Bucket: Output<String>, val s3Key: Output<String>? = null) : ConvertibleToJava<AppBlockS3LocationArgs>

Constructors

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

Properties

Link copied to clipboard
val s3Bucket: Output<String>

The S3 bucket of the app block.

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

The S3 key of the S3 object of the virtual hard disk. This is required when it's used by SetupScriptDetails and PostSetupScriptDetails .

Functions

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