View source: R/fms_operations.R
| fms_get_protection_status | R Documentation |
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack. Other policy types are currently unsupported.
See https://www.paws-r-sdk.com/docs/fms_get_protection_status/ for full documentation.
fms_get_protection_status(
PolicyId,
MemberAccountId = NULL,
StartTime = NULL,
EndTime = NULL,
NextToken = NULL,
MaxResults = NULL
)
PolicyId |
[required] The ID of the policy for which you want to get the attack information. |
MemberAccountId |
The Amazon Web Services account that is in scope of the policy that you want to get the details for. |
StartTime |
The start of the time period to query for the attacks. This is a
|
EndTime |
The end of the time period to query for the attacks. This is a
|
NextToken |
If you specify a value for |
MaxResults |
Specifies the number of objects that you want Firewall Manager to return
for this request. If you have more objects than the number that you
specify for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.