Show / Hide Table of Contents

Class LoadBalancerBackendServerPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
LoadBalancerBackendServerPolicyState
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.Aws.ElasticLoadBalancing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerBackendServerPolicyState : ResourceArgs

Constructors

View Source

LoadBalancerBackendServerPolicyState()

Declaration
public LoadBalancerBackendServerPolicyState()

Properties

View Source

InstancePort

The instance port to apply the policy to.

Declaration
public Input<int> InstancePort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LoadBalancerName

The load balancer to attach the policy to.

Declaration
public Input<string> LoadBalancerName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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