paws.security.identity (version 0.1.0)

fms_get_compliance_detail: Returns detailed compliance information about the specified member account

Description

Returns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy. Resources are considered non-compliant if the specified policy has not been applied to them.

Usage

fms_get_compliance_detail(PolicyId, MemberAccount)

Arguments

PolicyId

[required] The ID of the policy that you want to get the details for. PolicyId is returned by PutPolicy and by ListPolicies.

MemberAccount

[required] The AWS account that owns the resources that you want to get the details for.

Request syntax

svc$get_compliance_detail(
  PolicyId = "string",
  MemberAccount = "string"
)