Class CfnLoadBalancer.LoadBalancerAttributeProperty
Inheritance
System.Object
CfnLoadBalancer.LoadBalancerAttributeProperty
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
Synopsis
Constructors
LoadBalancerAttributeProperty() |
Properties
Key |
|
Value |
|
Constructors
LoadBalancerAttributeProperty()
public LoadBalancerAttributeProperty()
Properties
Key
CfnLoadBalancer.LoadBalancerAttributeProperty.Key
.
public string Key { get; set; }
Property Value
System.String
Remarks
Value
CfnLoadBalancer.LoadBalancerAttributeProperty.Value
.
public string Value { get; set; }
Property Value
System.String