404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.58.146.48: ~ $
**To retrieve the policy compliance information for member accounts**

The following ``list-compliance-status`` example retrieves member account compliance information for the specified policy. ::

    aws fms list-compliance-status \
        --policy-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

Output::

    {
        "PolicyComplianceStatusList": [
            {
                "PolicyOwner": "123456789012",
                "PolicyId": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
                "PolicyName": "test",
                "MemberAccount": "123456789012",
                "EvaluationResults": [
                    {
                        "ComplianceStatus": "COMPLIANT",
                        "ViolatorCount": 0,
                        "EvaluationLimitExceeded": false
                    },
                    {
                        "ComplianceStatus": "NON_COMPLIANT",
                        "ViolatorCount": 2,
                        "EvaluationLimitExceeded": false
                    }
                ],
                "LastUpdated": 1576283774.0,
                "IssueInfoMap": {}
            }
        ]
    }

For more information, see `Viewing Resource Compliance with a Policy <https://docs.aws.amazon.com/waf/latest/developerguide/fms-compliance.html>`__ in the *AWS WAF, AWS Firewall Manager, and AWS Shield Advanced Developer Guide*.

Filemanager

Name Type Size Permission Actions
associate-admin-account.rst File 524 B 0755
delete-notification-channel.rst File 532 B 0755
delete-policy.rst File 568 B 0755
disassociate-admin-account.rst File 517 B 0755
get-admin-account.rst File 501 B 0755
get-compliance-detail.rst File 879 B 0755
get-notification-channel.rst File 693 B 0755
get-policy.rst File 1.26 KB 0755
list-compliance-status.rst File 1.37 KB 0755
list-member-accounts.rst File 604 B 0755
list-policies.rst File 1.65 KB 0755
put-notification-channel.rst File 710 B 0755
put-policy.rst File 1.92 KB 0755