Interface CfnSpotFleet.IClassicLoadBalancerProperty
Specifies a Classic Load Balancer.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IClassicLoadBalancerProperty
Syntax (vb)
Public Interface IClassicLoadBalancerProperty
Remarks
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.EC2;
var classicLoadBalancerProperty = new ClassicLoadBalancerProperty {
Name = "name"
};
Synopsis
Properties
Name | The name of the load balancer. |
Properties
Name
The name of the load balancer.
string Name { get; }
Property Value
System.String