Class RuleSourceSourceDetailGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cfg.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RuleSourceSourceDetailGetArgs : ResourceArgs
Constructors
View SourceRuleSourceSourceDetailGetArgs()
Declaration
public RuleSourceSourceDetailGetArgs()
Properties
View SourceEventSource
The source of the event, such as an AWS service, that triggers AWS Config
to evaluate your AWS resources. This defaults to aws.config and is the only valid value.
Declaration
public Input<string> EventSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaximumExecutionFrequency
The frequency that you want AWS Config to run evaluations for a rule that
is triggered periodically. If specified, requires message_type to be ScheduledNotification.
Declaration
public Input<string> MaximumExecutionFrequency { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MessageType
The type of notification that triggers AWS Config to run an evaluation for a rule. You can specify the following notification types:
Declaration
public Input<string> MessageType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |