DataProtectionSettingsArgs

data class DataProtectionSettingsArgs(val additionalEncryptionContext: Output<Map<String, String>>? = null, val customerManagedKey: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val inlineRedactionConfiguration: Output<DataProtectionSettingsInlineRedactionConfigurationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DataProtectionSettingsArgs>

Definition of AWS::WorkSpacesWeb::DataProtectionSettings Resource Type

Constructors

Link copied to clipboard
constructor(additionalEncryptionContext: Output<Map<String, String>>? = null, customerManagedKey: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, inlineRedactionConfiguration: Output<DataProtectionSettingsInlineRedactionConfigurationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The additional encryption context of the data protection settings.

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

The customer managed key used to encrypt sensitive information in the data protection settings.

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

The description of the data protection settings.

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

The display name of the data protection settings.

Link copied to clipboard

The inline redaction configuration for the data protection settings.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags of the data protection settings.

Functions

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