Show / Hide Table of Contents

Class RuleSourceSourceDetailGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RuleSourceSourceDetailGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

RuleSourceSourceDetailGetArgs()

Declaration
public RuleSourceSourceDetailGetArgs()

Properties

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 Input<string> EventSource { get; set; }
Property Value
Type Description
Input<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 Input<string> MaximumExecutionFrequency { get; set; }
Property Value
Type Description
Input<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 Input<string> MessageType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.