DlpSettingSummary

A summary of a DLP setting returned by list operations.

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 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: DlpSettingSummary.Builder.() -> Unit = {}): DlpSettingSummary
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