Show / Hide Table of Contents

Class RuleSourceSourceDetail

Inheritance
System.Object
RuleSourceSourceDetail
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RuleSourceSourceDetail

Fields

View Source

EventSource

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 readonly string EventSource
Field Value
Type Description
System.String
View Source

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 readonly string MaximumExecutionFrequency
Field Value
Type Description
System.String
View Source

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 readonly string MessageType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.