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 SourceRulesetRuleActionsExtractionGetArgs()
Declaration
public RulesetRuleActionsExtractionGetArgs()
Properties
View SourceRegex
The conditions that need to be met for the extraction to happen.
- NOTE: A rule can have multiple
extractionobjects attributed to it.
Declaration
public Input<string> Regex { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Source
Field where the data is being copied from.
Declaration
public Input<string> Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Target
Field where the data is being copied to.
Declaration
public Input<string> Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |