/AWS1/CL_MA2CLASSIFICATIONRSLT¶
Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_additionaloccurrences
TYPE /AWS1/MA2__BOOLEAN
/AWS1/MA2__BOOLEAN
¶
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.
This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (classificationDetails.detailedResultsLocation).
io_customdataidentifiers
TYPE REF TO /AWS1/CL_MA2CUSTOMDATAIDS
/AWS1/CL_MA2CUSTOMDATAIDS
¶
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they detected.
iv_mimetype
TYPE /AWS1/MA2__STRING
/AWS1/MA2__STRING
¶
The type of content, as a MIME type, that the finding applies to. For example, application/gzip, for a GNU Gzip compressed archive file, or application/pdf, for an Adobe Portable Document Format file.
it_sensitivedata
TYPE /AWS1/CL_MA2SENSITIVEDATAITEM=>TT_SENSITIVEDATA
TT_SENSITIVEDATA
¶
The category, types, and number of occurrences of the sensitive data that produced the finding.
iv_sizeclassified
TYPE /AWS1/MA2__LONG
/AWS1/MA2__LONG
¶
The total size, in bytes, of the data that the finding applies to.
io_status
TYPE REF TO /AWS1/CL_MA2CLIFICATIONRSSTAT
/AWS1/CL_MA2CLIFICATIONRSSTAT
¶
The status of the finding.
Queryable Attributes¶
additionalOccurrences¶
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.
This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (classificationDetails.detailedResultsLocation).
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADDITIONALOCCURRENCES() |
Getter for ADDITIONALOCCURRENCES, with configurable default |
ASK_ADDITIONALOCCURRENCES() |
Getter for ADDITIONALOCCURRENCES w/ exceptions if field has |
HAS_ADDITIONALOCCURRENCES() |
Determine if ADDITIONALOCCURRENCES has a value |
customDataIdentifiers¶
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they detected.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CUSTOMDATAIDENTIFIERS() |
Getter for CUSTOMDATAIDENTIFIERS |
mimeType¶
The type of content, as a MIME type, that the finding applies to. For example, application/gzip, for a GNU Gzip compressed archive file, or application/pdf, for an Adobe Portable Document Format file.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MIMETYPE() |
Getter for MIMETYPE, with configurable default |
ASK_MIMETYPE() |
Getter for MIMETYPE w/ exceptions if field has no value |
HAS_MIMETYPE() |
Determine if MIMETYPE has a value |
sensitiveData¶
The category, types, and number of occurrences of the sensitive data that produced the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SENSITIVEDATA() |
Getter for SENSITIVEDATA, with configurable default |
ASK_SENSITIVEDATA() |
Getter for SENSITIVEDATA w/ exceptions if field has no value |
HAS_SENSITIVEDATA() |
Determine if SENSITIVEDATA has a value |
sizeClassified¶
The total size, in bytes, of the data that the finding applies to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIZECLASSIFIED() |
Getter for SIZECLASSIFIED, with configurable default |
ASK_SIZECLASSIFIED() |
Getter for SIZECLASSIFIED w/ exceptions if field has no valu |
HAS_SIZECLASSIFIED() |
Determine if SIZECLASSIFIED has a value |
status¶
The status of the finding.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS |