Show / Hide Table of Contents

Class LoadBalancerPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LoadBalancerPolicyArgs
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 LoadBalancerPolicyArgs : ResourceArgs

Constructors

View Source

LoadBalancerPolicyArgs()

Declaration
public LoadBalancerPolicyArgs()

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<LoadBalancerPolicyPolicyAttributeArgs> PolicyAttributes { get; set; }
Property Value
Type Description
InputList<LoadBalancerPolicyPolicyAttributeArgs>
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.