DataProtectionSettings
The data protection settings resource that can be associated with a web portal.
Contents
- dataProtectionSettingsArn
-
The ARN of the data protection settings resource.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:[\w+=\/,.@-]+:[a-zA-Z0-9\-]+:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:[a-zA-Z]+(\/[a-fA-F0-9\-]{36})+$
Required: Yes
- additionalEncryptionContext
-
The additional encryption context of the data protection settings.
Type: String to string map
Key Length Constraints: Minimum length of 0. Maximum length of 131072.
Key Pattern:
^[\s\S]*$
Value Length Constraints: Minimum length of 0. Maximum length of 131072.
Value Pattern:
^[\s\S]*$
Required: No
- associatedPortalArns
-
A list of web portal ARNs that this data protection settings resource is associated with.
Type: Array of strings
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:[\w+=\/,.@-]+:[a-zA-Z0-9\-]+:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:[a-zA-Z]+(\/[a-fA-F0-9\-]{36})+$
Required: No
- creationDate
-
The creation date timestamp of the data protection settings.
Type: Timestamp
Required: No
- customerManagedKey
-
The customer managed key used to encrypt sensitive information in the data protection settings.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$
Required: No
- description
-
The description of the data protection settings.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[ _\-\d\w]+$
Required: No
- displayName
-
The display name of the data protection settings.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[ _\-\d\w]+$
Required: No
- inlineRedactionConfiguration
-
The inline redaction configuration for the data protection settings.
Type: InlineRedactionConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: