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
 
Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.Compliance

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

Syntax

C#
public class Compliance : Object

The Compliance type exposes the following members

Constructors

NameDescription
Public Method Compliance()

Properties

NameTypeDescription
Public Property ComplianceContributorCount Amazon.ConfigService.Model.ComplianceContributorCount Gets and sets the property ComplianceContributorCount.

The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum of 25.

Public Property ComplianceType Amazon.ConfigService.ComplianceType Gets and sets the property ComplianceType.

Indicates whether an AWS resource or AWS Config rule is compliant.

A resource is compliant if it complies with all of the AWS Config rules that evaluate it, and it is noncompliant if it does not comply with one or more of these rules.

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

AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

Version Information

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