OriginPoolOriginAuthConfArgs

data class OriginPoolOriginAuthConfArgs(val accessKey: Output<String>? = null, val authType: Output<String>? = null, val region: Output<String>? = null, val secretKey: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<OriginPoolOriginAuthConfArgs>

Constructors

Link copied to clipboard
constructor(accessKey: Output<String>? = null, authType: Output<String>? = null, region: Output<String>? = null, secretKey: Output<String>? = null, version: Output<String>? = null)

Properties

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

The AccessKey to be passed when AuthType is set to private_cross_account or private.

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

Authentication type.

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

The Region of the source station to be transmitted when the source station is AWS S3.

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

The SecretKey to be passed when AuthType is set to private_cross_account or private.

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

The signature version to be transmitted when the source station is AWS S3.

Functions

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