UserProfileUserSettingsCanvasAppSettingsWorkspaceSettingsArgs

data class UserProfileUserSettingsCanvasAppSettingsWorkspaceSettingsArgs(val s3ArtifactPath: Output<String>? = null, val s3KmsKeyId: Output<String>? = null) : ConvertibleToJava<UserProfileUserSettingsCanvasAppSettingsWorkspaceSettingsArgs>

Constructors

constructor(s3ArtifactPath: Output<String>? = null, s3KmsKeyId: Output<String>? = null)

Properties

Link copied to clipboard
val s3ArtifactPath: Output<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: Output<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.

Functions

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