Show / Hide Table of Contents

Class RulesetRuleActionsExtraction

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

Fields

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

Source

Field where the data is being copied from.

Declaration
public readonly string Source
Field Value
Type Description
System.String
View Source

Target

Field where the data is being copied to.

Declaration
public readonly string Target
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.