DlpSettingDetails

The full configuration details of a DLP setting.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the DLP setting.

Link copied to clipboard

The date and time that the DLP setting was created, in ISO 8601 format.

Link copied to clipboard

The ID of the DLP setting.

Link copied to clipboard

The display name of the DLP setting.

Link copied to clipboard

The provider-specific configuration for the DLP integration.

Link copied to clipboard

The behavior applied when the DLP provider is unreachable. Valid values are ALLOW, WARN, and BLOCK.

Link copied to clipboard

The type of external DLP provider used for sensitivity label classification.

Link copied to clipboard

The status of the DLP setting. Valid values are ACTIVE and INACTIVE.

Link copied to clipboard

The date and time that the DLP setting was most recently updated, in ISO 8601 format.

Functions

Link copied to clipboard
inline fun copy(block: DlpSettingDetails.Builder.() -> Unit = {}): DlpSettingDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String