AWS config documentation change
Summary
Added PowerShell V5 examples for resource-specific compliance checks
Security assessment
Shows how to audit resource compliance but does not address specific security flaws. Enhances security documentation.
Diff
diff --git a/config/latest/developerguide/example_config-service_GetComplianceDetailsByResource_section.md b/config/latest/developerguide/example_config-service_GetComplianceDetailsByResource_section.md index 39774032a..b7c3e85ad 100644 --- a//config/latest/developerguide/example_config-service_GetComplianceDetailsByResource_section.md +++ b//config/latest/developerguide/example_config-service_GetComplianceDetailsByResource_section.md @@ -88,0 +89,24 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example evaulation results for the given resource.** + + + Get-CFGComplianceDetailsByResource -ResourceId ABCD5STJ4EFGHIVEW6JAH -ResourceType 'AWS::IAM::User' + + +**Output:** + + + Annotation : + ComplianceType : COMPLIANT + ConfigRuleInvokedTime : 8/25/2019 11:34:56 PM + EvaluationResultIdentifier : Amazon.ConfigService.Model.EvaluationResultIdentifier + ResultRecordedTime : 8/25/2019 11:34:56 PM + ResultToken : + + * For API details, see [GetComplianceDetailsByResource](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +