CreateDlpSettingRequest

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account in which to create the DLP setting.

Link copied to clipboard

A unique identifier for the DLP setting.

Link copied to clipboard

Specifies whether DLP enforcement is active for this setting. Set to true to enable enforcement, or false to disable it at time of setting creation.

Link copied to clipboard
val name: String?

A human-readable display name for the DLP setting.

Link copied to clipboard

The provider-specific configuration for the DLP integration. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Link copied to clipboard

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

Link copied to clipboard

The type of external DLP provider to use for sensitivity label classification. Currently, the only supported value is MICROSOFT_PURVIEW.

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

A list of resource tags to apply to the DLP setting. You can use tags to manage access to your Amazon Web Services resources.

Functions

Link copied to clipboard
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