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
 
Container for the parameters to the GetComplianceDetailsByConfigRule operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ConfigService.AmazonConfigServiceRequest
      Amazon.ConfigService.Model.GetComplianceDetailsByConfigRuleRequest

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

Syntax

C#
public class GetComplianceDetailsByConfigRuleRequest : AmazonConfigServiceRequest
         IRequestEvents

The GetComplianceDetailsByConfigRuleRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ComplianceTypes System.Collections.Generic.List<System.String> Gets and sets the property ComplianceTypes.

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

Public Property ConfigRuleName System.String Gets and sets the property ConfigRuleName.

The name of the AWS Config rule for which you want compliance information.

Public Property Limit System.Int32 Gets and sets the property Limit.

The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

Public Property NextToken System.String Gets and sets the property NextToken.

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Version Information

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