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
 
Provides the source and type of the event that triggers AWS Config to evaluate your AWS resources against a rule.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.SourceDetail

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

Syntax

C#
public class SourceDetail : Object

The SourceDetail type exposes the following members

Constructors

NameDescription
Public Method SourceDetail()

Properties

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

The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

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

The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must use ConfigurationItemChangeNotification. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must use ConfigurationSnapshotDeliveryCompleted.

Version Information

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