Get Data Protection Settings Result
data class GetDataProtectionSettingsResult(val associatedPortalArns: List<String>? = null, val creationDate: String? = null, val dataProtectionSettingsArn: String? = null, val description: String? = null, val displayName: String? = null, val inlineRedactionConfiguration: DataProtectionSettingsInlineRedactionConfiguration? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(associatedPortalArns: List<String>? = null, creationDate: String? = null, dataProtectionSettingsArn: String? = null, description: String? = null, displayName: String? = null, inlineRedactionConfiguration: DataProtectionSettingsInlineRedactionConfiguration? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
A list of web portal ARNs that this data protection settings resource is associated with.
Link copied to clipboard
The creation date timestamp of the data protection settings.
Link copied to clipboard
The ARN of the data protection settings resource.
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
The inline redaction configuration for the data protection settings.