Show / Hide Table of Contents

Class PreparedQueryTemplateGetArgs

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

Constructors

View Source

PreparedQueryTemplateGetArgs()

Declaration
public PreparedQueryTemplateGetArgs()

Properties

View Source

Regexp

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.