Show / Hide Table of Contents

Class CfnLoadBalancer.LoadBalancerAttributeProperty

Inheritance
System.Object
CfnLoadBalancer.LoadBalancerAttributeProperty
Implements
CfnLoadBalancer.ILoadBalancerAttributeProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class LoadBalancerAttributeProperty : Object, CfnLoadBalancer.ILoadBalancerAttributeProperty
Syntax (vb)
Public Class LoadBalancerAttributeProperty
    Inherits Object
    Implements CfnLoadBalancer.ILoadBalancerAttributeProperty
Remarks

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

Synopsis

Constructors

LoadBalancerAttributeProperty()

Properties

Key

CfnLoadBalancer.LoadBalancerAttributeProperty.Key.

Value

CfnLoadBalancer.LoadBalancerAttributeProperty.Value.

Constructors

LoadBalancerAttributeProperty()

public LoadBalancerAttributeProperty()

Properties

Key

CfnLoadBalancer.LoadBalancerAttributeProperty.Key.

public string Key { get; set; }
Property Value

System.String

Remarks

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

Value

CfnLoadBalancer.LoadBalancerAttributeProperty.Value.

public string Value { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnLoadBalancer.ILoadBalancerAttributeProperty
Back to top Generated by DocFX