If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack.
fms_get_protection_status(PolicyId, MemberAccountId, StartTime, EndTime,
NextToken, MaxResults)
[required] The ID of the policy for which you want to get the attack information.
The AWS account that is in scope of the policy that you want to get the details for.
The start of the time period to query for the attacks. This is a
timestamp
type. The sample request above indicates a number type
because the default used by AWS Firewall Manager is Unix time in
seconds. However, any valid timestamp
format is allowed.
The end of the time period to query for the attacks. This is a
timestamp
type. The sample request above indicates a number type
because the default used by AWS Firewall Manager is Unix time in
seconds. However, any valid timestamp
format is allowed.
If you specify a value for MaxResults
and you have more objects than
the number that you specify for MaxResults
, AWS Firewall Manager
returns a NextToken
value in the response that allows you to list
another group of objects. For the second and subsequent
GetProtectionStatus
requests, specify the value of NextToken
from
the previous response to get information about another batch of objects.
Specifies the number of objects that you want AWS Firewall Manager to
return for this request. If you have more objects than the number that
you specify for MaxResults
, the response includes a NextToken
value
that you can use to get another batch of objects.
svc$get_protection_status( PolicyId = "string", MemberAccountId = "string", StartTime = as.POSIXct( "2015-01-01" ), EndTime = as.POSIXct( "2015-01-01" ), NextToken = "string", MaxResults = 123 )