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.

Indicates whether an Amazon Web Services resource that is evaluated according to one or more Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource 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.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public class ComplianceByResource

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 Amazon Web Services resource complies with all of the Config rules that evaluated it.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The ID of the Amazon Web Services resource that was evaluated.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The type of the Amazon Web Services resource that was evaluated.

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