/AWS1/CL_FMSGETPROTECTIONSTA01¶
GetProtectionStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_adminaccountid TYPE /AWS1/FMSAWSACCOUNTID /AWS1/FMSAWSACCOUNTID¶
The ID of the Firewall Manager administrator account for this policy.
iv_servicetype TYPE /AWS1/FMSSECURITYSERVICETYPE /AWS1/FMSSECURITYSERVICETYPE¶
The service type that is protected by the policy. Currently, this is always
SHIELD_ADVANCED.
iv_data TYPE /AWS1/FMSPROTECTIONDATA /AWS1/FMSPROTECTIONDATA¶
Details about the attack, including the following:
Attack type
Account ID
ARN of the resource attacked
Start time of the attack
End time of the attack (ongoing attacks will not have an end time)
The details are in JSON format.
iv_nexttoken TYPE /AWS1/FMSPAGINATIONTOKEN /AWS1/FMSPAGINATIONTOKEN¶
If you have more objects than the number that you specified for
MaxResultsin the request, the response includes aNextTokenvalue. To list more objects, submit anotherGetProtectionStatusrequest, and specify theNextTokenvalue from the response in theNextTokenvalue in the next request.Amazon Web Services SDKs provide auto-pagination that identify
NextTokenin a response and make subsequent request calls automatically on your behalf. However, this feature is not supported byGetProtectionStatus. You must submit subsequent requests withNextTokenusing your own processes.
Queryable Attributes¶
AdminAccountId¶
The ID of the Firewall Manager administrator account for this policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADMINACCOUNTID() |
Getter for ADMINACCOUNTID, with configurable default |
ASK_ADMINACCOUNTID() |
Getter for ADMINACCOUNTID w/ exceptions if field has no valu |
HAS_ADMINACCOUNTID() |
Determine if ADMINACCOUNTID has a value |
ServiceType¶
The service type that is protected by the policy. Currently, this is always
SHIELD_ADVANCED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICETYPE() |
Getter for SERVICETYPE, with configurable default |
ASK_SERVICETYPE() |
Getter for SERVICETYPE w/ exceptions if field has no value |
HAS_SERVICETYPE() |
Determine if SERVICETYPE has a value |
Data¶
Details about the attack, including the following:
Attack type
Account ID
ARN of the resource attacked
Start time of the attack
End time of the attack (ongoing attacks will not have an end time)
The details are in JSON format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA, with configurable default |
ASK_DATA() |
Getter for DATA w/ exceptions if field has no value |
HAS_DATA() |
Determine if DATA has a value |
NextToken¶
If you have more objects than the number that you specified for
MaxResultsin the request, the response includes aNextTokenvalue. To list more objects, submit anotherGetProtectionStatusrequest, and specify theNextTokenvalue from the response in theNextTokenvalue in the next request.Amazon Web Services SDKs provide auto-pagination that identify
NextTokenin a response and make subsequent request calls automatically on your behalf. However, this feature is not supported byGetProtectionStatus. You must submit subsequent requests withNextTokenusing your own processes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |