SiteDeliveryTaskS3DeliveryArgs

data class SiteDeliveryTaskS3DeliveryArgs(val accessKey: Output<String>? = null, val bucketPath: Output<String>? = null, val endpoint: Output<String>? = null, val prefixPath: Output<String>? = null, val region: Output<String>? = null, val s3Cmpt: Output<Boolean>? = null, val secretKey: Output<String>? = null, val serverSideEncryption: Output<Boolean>? = null, val vertifyType: Output<String>? = null) : ConvertibleToJava<SiteDeliveryTaskS3DeliveryArgs>

Constructors

Link copied to clipboard
constructor(accessKey: Output<String>? = null, bucketPath: Output<String>? = null, endpoint: Output<String>? = null, prefixPath: Output<String>? = null, region: Output<String>? = null, s3Cmpt: Output<Boolean>? = null, secretKey: Output<String>? = null, serverSideEncryption: Output<Boolean>? = null, vertifyType: Output<String>? = null)

Properties

Link copied to clipboard
val accessKey: Output<String>? = null
Link copied to clipboard
val bucketPath: Output<String>? = null
Link copied to clipboard
val endpoint: Output<String>? = null
Link copied to clipboard
val prefixPath: Output<String>? = null
Link copied to clipboard
val region: Output<String>? = null
Link copied to clipboard
val s3Cmpt: Output<Boolean>? = null
Link copied to clipboard
val secretKey: Output<String>? = null
Link copied to clipboard
val serverSideEncryption: Output<Boolean>? = null

Server-side encryption

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

Authentication Type

Functions

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