Show / Hide Table of Contents

Class SslNegotiationPolicyState

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

Constructors

View Source

SslNegotiationPolicyState()

Declaration
public SslNegotiationPolicyState()

Properties

View Source

Attributes

An SSL Negotiation policy attribute. Each has two properties:

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

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>
View Source

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>
View Source

Name

The name of the attribute

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