Data Protection Settings Args
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
The customer managed key used to encrypt sensitive information in the data protection settings.
Link copied to clipboard
The description of the data protection settings.
Link copied to clipboard
The display name of the data protection settings.
Link copied to clipboard
val inlineRedactionConfiguration: Output<DataProtectionSettingsInlineRedactionConfigurationArgs>? = null
The inline redaction configuration for the data protection settings.