/AWS1/CL_MA2GETMACIESESSIONRSP¶
GetMacieSessionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_createdat TYPE /AWS1/MA2__TIMESTAMPISO8601 /AWS1/MA2__TIMESTAMPISO8601¶
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
iv_fndgpublishingfrequency TYPE /AWS1/MA2FNDGPUBINGFREQUENCY /AWS1/MA2FNDGPUBINGFREQUENCY¶
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
iv_servicerole TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
iv_status TYPE /AWS1/MA2MACIESTATUS /AWS1/MA2MACIESTATUS¶
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
iv_updatedat TYPE /AWS1/MA2__TIMESTAMPISO8601 /AWS1/MA2__TIMESTAMPISO8601¶
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.
Queryable Attributes¶
createdAt¶
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
findingPublishingFrequency¶
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FNDGPUBLISHINGFREQUENCY() |
Getter for FINDINGPUBLISHINGFREQUENCY, with configurable def |
ASK_FNDGPUBLISHINGFREQUENCY() |
Getter for FINDINGPUBLISHINGFREQUENCY w/ exceptions if field |
HAS_FNDGPUBLISHINGFREQUENCY() |
Determine if FINDINGPUBLISHINGFREQUENCY has a value |
serviceRole¶
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEROLE() |
Getter for SERVICEROLE, with configurable default |
ASK_SERVICEROLE() |
Getter for SERVICEROLE w/ exceptions if field has no value |
HAS_SERVICEROLE() |
Determine if SERVICEROLE has a value |
status¶
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
updatedAt¶
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |