DataProtectionSettingsState constructor

const DataProtectionSettingsState({
  1. Input<Map<String, String>?>? additionalEncryptionContext,
  2. Input<List<String>?>? associatedPortalArns,
  3. Input<String?>? customerManagedKey,
  4. Input<String?>? dataProtectionSettingsArn,
  5. Input<String?>? description,
  6. Input<String?>? displayName,
  7. Input<DataProtectionSettingsInlineRedactionConfiguration?>? inlineRedactionConfiguration,
  8. Input<String?>? region,
  9. Input<Map<String, String>?>? tags,
  10. Input<Map<String, String>?>? tagsAll,
})

Creates a new DataProtectionSettingsState. additionalEncryptionContext Additional encryption context for the data protection settings. associatedPortalArns List of web portal ARNs that this data protection settings resource is associated with. customerManagedKey ARN of the customer managed KMS key. dataProtectionSettingsArn ARN of the data protection settings resource. 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. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Implementation

const DataProtectionSettingsState({
  this.additionalEncryptionContext,
  this.associatedPortalArns,
  this.customerManagedKey,
  this.dataProtectionSettingsArn,
  this.description,
  this.displayName,
  this.inlineRedactionConfiguration,
  this.region,
  this.tags,
  this.tagsAll,
});