DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings

data class DomainDefaultUserSettingsCanvasAppSettingsWorkspaceSettings(val s3ArtifactPath: String? = null, val s3KmsKeyId: String? = null)

Constructors

constructor(s3ArtifactPath: String? = null, s3KmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val s3ArtifactPath: String? = null

The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.

Link copied to clipboard
val s3KmsKeyId: String? = null

The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.