Show / Hide Table of Contents

Class PreparedQueryTemplate

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

Fields

View Source

Regexp

The regular expression to match with. When using name_prefix_match, this regex is applied against the query name.

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

Type

The type of template matching to perform. Currently only name_prefix_match is supported.

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