DataProtectionSettingsArgs constructor
const
DataProtectionSettingsArgs({
- Input<
Map< ? additionalEncryptionContext,String, String> ?> - Input<
String?> ? customerManagedKey, - Input<
String?> ? description, - required Input<
String> displayName, - Input<
DataProtectionSettingsInlineRedactionConfiguration?> ? inlineRedactionConfiguration, - Input<
String?> ? region, - Input<
Map< ? tags,String, String> ?>
Creates a new DataProtectionSettingsArgs.
additionalEncryptionContext Additional encryption context for the data protection settings.
customerManagedKey ARN of the customer managed KMS key.
description The description of the data protection settings.
displayName The display name of the data protection settings.
inlineRedactionConfiguration The inline redaction configuration of the data protection settings. Detailed below.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Map of tags assigned to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Implementation
const DataProtectionSettingsArgs({
this.additionalEncryptionContext,
this.customerManagedKey,
this.description,
required this.displayName,
this.inlineRedactionConfiguration,
this.region,
this.tags,
});