Show / Hide Table of Contents

Class RulesetRuleActionsExtractionGetArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RulesetRuleActionsExtractionGetArgs
Inherited Members
Pulumi.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.Pagerduty.Inputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class RulesetRuleActionsExtractionGetArgs : ResourceArgs

Constructors

View Source

RulesetRuleActionsExtractionGetArgs()

Declaration
public RulesetRuleActionsExtractionGetArgs()

Properties

View Source

Regex

The conditions that need to be met for the extraction to happen.

  • NOTE: A rule can have multiple extraction objects attributed to it.
Declaration
public Input<string> Regex { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Source

Field where the data is being copied from.

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

Target

Field where the data is being copied to.

Declaration
public Input<string> Target { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.