Class LoadBalancerBackendServerPolicyArgs
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 LoadBalancerBackendServerPolicyArgs : ResourceArgs
Constructors
View SourceLoadBalancerBackendServerPolicyArgs()
Declaration
public LoadBalancerBackendServerPolicyArgs()
Properties
View SourceInstancePort
The instance port to apply the policy to.
Declaration
public Input<int> InstancePort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LoadBalancerName
The load balancer to attach the policy to.
Declaration
public Input<string> LoadBalancerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |