GetDataProtectionSettingsResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of web portal ARNs that this data protection settings resource is associated with.

Link copied to clipboard
val creationDate: String? = null

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
val description: String? = null

The description of the data protection settings.

Link copied to clipboard
val displayName: String? = null

The display name of the data protection settings.

Link copied to clipboard

The inline redaction configuration for the data protection settings.

Link copied to clipboard
val tags: List<Tag>? = null

The tags of the data protection settings.