DlpSettingDetails
The full configuration details of a DLP setting.
Contents
Note
In the following list, the required parameters are described first.
- Arn
-
The Amazon Resource Name (ARN) of the DLP setting.
Type: String
Required: Yes
- CreatedAt
-
The date and time that the DLP setting was created, in ISO 8601 format.
Type: Timestamp
Required: Yes
- DlpSettingId
-
The ID of the DLP setting.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9\-_]+Required: Yes
- Name
-
The display name of the DLP setting.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z0-9](?:[\w- &]*[A-Za-z0-9])?Required: Yes
- ProviderConfig
-
The provider-specific configuration for the DLP integration.
Type: ProviderConfig object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- ProviderOutageAction
-
The behavior applied when the DLP provider is unreachable. Valid values are
ALLOW,WARN, andBLOCK.Type: String
Valid Values:
ALLOW | WARN | BLOCKRequired: Yes
- ProviderType
-
The type of external DLP provider used for sensitivity label classification.
Type: String
Valid Values:
MICROSOFT_PURVIEWRequired: Yes
- Status
-
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.Type: String
Valid Values:
ACTIVE | INACTIVERequired: Yes
- UpdatedAt
-
The date and time that the DLP setting was most recently updated, in ISO 8601 format.
Type: Timestamp
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: