AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Returns the evaluation results for the specified AWS Config rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.

Namespace: Amazon.ConfigService
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract GetComplianceDetailsByConfigRuleResponse GetComplianceDetailsByConfigRule(
         GetComplianceDetailsByConfigRuleRequest request
)

Parameters

request
Type: Amazon.ConfigService.Model.GetComplianceDetailsByConfigRuleRequest

Container for the necessary parameters to execute the GetComplianceDetailsByConfigRule service method.

Return Value
Type: Amazon.ConfigService.Model.GetComplianceDetailsByConfigRuleResponse
The response from the GetComplianceDetailsByConfigRule service method, as returned by ConfigService.

Exceptions

ExceptionCondition
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5