Show / Hide Table of Contents

Class LoadBalancerPolicyState

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

Constructors

View Source

LoadBalancerPolicyState()

Declaration
public LoadBalancerPolicyState()

Properties

View Source

LoadBalancerName

The load balancer on which the policy is defined.

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

PolicyAttributes

Policy attribute to apply to the policy.

Declaration
public InputList<LoadBalancerPolicyPolicyAttributeGetArgs> PolicyAttributes { get; set; }
Property Value
Type Description
InputList<LoadBalancerPolicyPolicyAttributeGetArgs>
View Source

PolicyName

The name of the load balancer policy.

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

PolicyTypeName

The policy type.

Declaration
public Input<string> PolicyTypeName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.