CanaryArtifactConfigArgs

data class CanaryArtifactConfigArgs(val s3Encryption: Output<CanaryS3EncryptionArgs>? = null) : ConvertibleToJava<CanaryArtifactConfigArgs>

Constructors

Link copied to clipboard
constructor(s3Encryption: Output<CanaryS3EncryptionArgs>? = null)

Properties

Link copied to clipboard

Encryption configuration for uploading artifacts to S3

Functions

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