/AWS1/CL_FMS=>LISTCOMPLIANCESTATUS()
¶
About ListComplianceStatus¶
Returns an array of PolicyComplianceStatus
objects. Use
PolicyComplianceStatus
to get a summary of which member accounts are protected
by the specified policy.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_POLICYID
TYPE /AWS1/FMSPOLICYID
/AWS1/FMSPOLICYID
¶
The ID of the Firewall Manager policy that you want the details for.
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/FMSPAGINATIONTOKEN
/AWS1/FMSPAGINATIONTOKEN
¶
If you specify a value for
MaxResults
and you have morePolicyComplianceStatus
objects than the number that you specify forMaxResults
, Firewall Manager returns aNextToken
value in the response that allows you to list another group ofPolicyComplianceStatus
objects. For the second and subsequentListComplianceStatus
requests, specify the value ofNextToken
from the previous response to get information about another batch ofPolicyComplianceStatus
objects.
IV_MAXRESULTS
TYPE /AWS1/FMSPAGINATIONMAXRESULTS
/AWS1/FMSPAGINATIONMAXRESULTS
¶
Specifies the number of
PolicyComplianceStatus
objects that you want Firewall Manager to return for this request. If you have morePolicyComplianceStatus
objects than the number that you specify forMaxResults
, the response includes aNextToken
value that you can use to get another batch ofPolicyComplianceStatus
objects.