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 3.5
 
Indicates whether the specified AWS Config rules are compliant. If a rule is noncompliant, this action returns the number of AWS resources that do not comply with the rule.

A rule is compliant if all of the evaluated resources comply with it, and it is noncompliant if any of these resources do not comply.

If AWS Config has no current evaluation results for the rule, it returns INSUFFICIENT_DATA. This result might indicate one of the following conditions:

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

Syntax

C#
public virtual DescribeComplianceByConfigRuleResponse DescribeComplianceByConfigRule(
         DescribeComplianceByConfigRuleRequest request
)

Parameters

request
Type: Amazon.ConfigService.Model.DescribeComplianceByConfigRuleRequest

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

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

Exceptions

ExceptionCondition
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