Class PreparedQueryTemplateArgs
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.Consul.Inputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class PreparedQueryTemplateArgs : ResourceArgs
Constructors
View SourcePreparedQueryTemplateArgs()
Declaration
public PreparedQueryTemplateArgs()
Properties
View SourceRegexp
The regular expression to match with. When using
name_prefix_match, this regex is applied against the query name.
Declaration
public Input<string> Regexp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of template matching to perform. Currently
only name_prefix_match is supported.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |