Show / Hide Table of Contents

Class RuleGroupState

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

Constructors

View Source

RuleGroupState()

Declaration
public RuleGroupState()

Properties

View Source

ActivatedRules

A list of activated rules, see below

Declaration
public InputList<RuleGroupActivatedRuleGetArgs> ActivatedRules { get; set; }
Property Value
Type Description
InputList<RuleGroupActivatedRuleGetArgs>
View Source

Arn

The ARN of the WAF Regional Rule Group.

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

MetricName

A friendly name for the metrics from the rule group

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

Name

A friendly name of the rule group

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

Tags

Key-value map of resource tags

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