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
 
Provides the AWS Config rule owner (AWS or customer), the rule identifier, and the events that trigger the evaluation of your AWS resources.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.Source

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

Syntax

C#
public class Source : Object

The Source type exposes the following members

Constructors

NameDescription
Public Method Source()

Properties

NameTypeDescription
Public Property Owner Amazon.ConfigService.Owner Gets and sets the property Owner.

Indicates whether AWS or the customer owns and manages the AWS Config rule.

Public Property SourceDetails System.Collections.Generic.List<Amazon.ConfigService.Model.SourceDetail> Gets and sets the property SourceDetails.

Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

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

For AWS managed Config rules, a pre-defined identifier from a list. To reference the list, see Using AWS Managed Config Rules.

For customer managed Config rules, the identifier is the Amazon Resource Name (ARN) of the rule's AWS Lambda function.

Version Information

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