AWS SDK Version 3 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.

Filters the compliance results based on account ID, region, compliance type, and rule name.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigRuleComplianceFilters

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public class ConfigRuleComplianceFilters

The ConfigRuleComplianceFilters type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The 12-digit account ID of the source account.

Public Property AwsRegion System.String

Gets and sets the property AwsRegion.

The source region where the data is aggregated.

Public Property ComplianceType Amazon.ConfigService.ComplianceType

Gets and sets the property ComplianceType.

The rule compliance status.

For the ConfigRuleComplianceFilters data type, Config supports only COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and the INSUFFICIENT_DATA values.

Public Property ConfigRuleName System.String

Gets and sets the property ConfigRuleName.

The name of the Config rule.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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