Class LoadBalancerPolicyArgs
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.Elb
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerPolicyArgs : ResourceArgs
Constructors
View SourceLoadBalancerPolicyArgs()
Declaration
public LoadBalancerPolicyArgs()
Properties
View SourceLoadBalancerName
The load balancer on which the policy is defined.
Declaration
public Input<string> LoadBalancerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyAttributes
Policy attribute to apply to the policy.
Declaration
public InputList<LoadBalancerPolicyPolicyAttributeArgs> PolicyAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LoadBalancerPolicyPolicyAttributeArgs> |
PolicyName
The name of the load balancer policy.
Declaration
public Input<string> PolicyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyTypeName
The policy type.
Declaration
public Input<string> PolicyTypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |