Show / Hide Table of Contents

Interface CfnSpotFleet.IClassicLoadBalancerProperty

Specifies a Classic Load Balancer.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSpotFleet.IClassicLoadBalancerProperty
Syntax (vb)
Public Interface CfnSpotFleet.IClassicLoadBalancerProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-classicloadbalancer.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-classicloadbalancer.html#cfn-ec2-spotfleet-classicloadbalancer-name

Back to top Generated by DocFX