Class ListenerRuleConditionQueryStringGetArgs
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.Aws.ApplicationLoadBalancing.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ListenerRuleConditionQueryStringGetArgs : ResourceArgs
Constructors
View SourceListenerRuleConditionQueryStringGetArgs()
Declaration
public ListenerRuleConditionQueryStringGetArgs()
Properties
View SourceKey
Query string key pattern to match.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Query string value pattern to match.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |