Interface CfnSpotFleet.IClassicLoadBalancersConfigProperty
Specifies the Classic Load Balancers to attach to a Spot Fleet.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IClassicLoadBalancersConfigProperty
Syntax (vb)
Public Interface IClassicLoadBalancersConfigProperty
Remarks
Spot Fleet registers the running Spot Instances with these Classic Load Balancers.
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 classicLoadBalancersConfigProperty = new ClassicLoadBalancersConfigProperty {
ClassicLoadBalancers = new [] { new ClassicLoadBalancerProperty {
Name = "name"
} }
};
Synopsis
Properties
ClassicLoadBalancers | One or more Classic Load Balancers. |
Properties
ClassicLoadBalancers
One or more Classic Load Balancers.
object ClassicLoadBalancers { get; }
Property Value
System.Object