Show / Hide Table of Contents

Class RuleState

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

Constructors

View Source

RuleState()

Declaration
public RuleState()

Properties

View Source

Arn

The ARN of the config rule

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Description of the rule

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InputParameters

A string in JSON format that is passed to the AWS Config rule Lambda function.

Declaration
public Input<string> InputParameters { 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

Name

The name of the rule

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RuleId

The ID of the config rule

Declaration
public Input<string> RuleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Scope

Scope defines which resources can trigger an evaluation for the rule as documented below.

Declaration
public Input<RuleScopeGetArgs> Scope { get; set; }
Property Value
Type Description
Input<RuleScopeGetArgs>
View Source

Source

Source specifies the rule owner, the rule identifier, and the notifications that cause the function to evaluate your AWS resources as documented below.

Declaration
public Input<RuleSourceGetArgs> Source { get; set; }
Property Value
Type Description
Input<RuleSourceGetArgs>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.