Show / Hide Table of Contents

Class CfnLoadBalancer.LoadBalancerAttributeProperty

Specifies an attribute for an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer.

Inheritance
object
CfnLoadBalancer.LoadBalancerAttributeProperty
Implements
CfnLoadBalancer.ILoadBalancerAttributeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLoadBalancer.LoadBalancerAttributeProperty : CfnLoadBalancer.ILoadBalancerAttributeProperty
Syntax (vb)
Public Class CfnLoadBalancer.LoadBalancerAttributeProperty Implements CfnLoadBalancer.ILoadBalancerAttributeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ElasticLoadBalancingV2;

             var loadBalancerAttributeProperty = new LoadBalancerAttributeProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

LoadBalancerAttributeProperty()

Specifies an attribute for an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer.

Properties

Key

The name of the attribute.

Value

The value of the attribute.

Constructors

LoadBalancerAttributeProperty()

Specifies an attribute for an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer.

public LoadBalancerAttributeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ElasticLoadBalancingV2;

             var loadBalancerAttributeProperty = new LoadBalancerAttributeProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

The name of the attribute.

public string? Key { get; set; }
Property Value

string

Remarks

The following attributes are supported by all load balancers:

    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

      The following attributes are supported by only Application Load Balancers:

        The following attributes are supported by only Network Load Balancers:

          See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html#cfn-elasticloadbalancingv2-loadbalancer-loadbalancerattribute-key

          Value

          The value of the attribute.

          public string? Value { get; set; }
          Property Value

          string

          Remarks

          See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html#cfn-elasticloadbalancingv2-loadbalancer-loadbalancerattribute-value

          Implements

          CfnLoadBalancer.ILoadBalancerAttributeProperty
          Back to top Generated by DocFX