CanaryArtifactConfigArgs

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

Constructors

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

Properties

Link copied to clipboard

Configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. See S3 Encryption.

Functions

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