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 that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it, and it is noncompliant if it does not comply with one or more of these rules.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ComplianceByResource

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

Syntax

C#
public class ComplianceByResource : Object

The ComplianceByResource type exposes the following members

Constructors

NameDescription
Public Method ComplianceByResource()

Properties

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

Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

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

The ID of the AWS resource that was evaluated.

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

The type of the AWS resource that was evaluated.

Version Information

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