Class SslNegotiationPolicyArgs
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 SslNegotiationPolicyArgs : ResourceArgs
Constructors
View SourceSslNegotiationPolicyArgs()
Declaration
public SslNegotiationPolicyArgs()
Properties
View SourceAttributes
An SSL Negotiation policy attribute. Each has two properties:
Declaration
public InputList<SslNegotiationPolicyAttributeArgs> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SslNegotiationPolicyAttributeArgs> |
LbPort
The load balancer port to which the policy should be applied. This must be an active listener on the load balancer.
Declaration
public Input<int> LbPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LoadBalancer
The load balancer to which the policy should be attached.
Declaration
public Input<string> LoadBalancer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the attribute
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |