Class ListenerPolicyState
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.ElasticLoadBalancing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ListenerPolicyState : ResourceArgs
Constructors
View SourceListenerPolicyState()
Declaration
public ListenerPolicyState()
Properties
View SourceLoadBalancerName
The load balancer to attach the policy to.
Declaration
public Input<string> LoadBalancerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LoadBalancerPort
The load balancer listener port to apply the policy to.
Declaration
public Input<int> LoadBalancerPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PolicyNames
List of Policy Names to apply to the backend server.
Declaration
public InputList<string> PolicyNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |