Show / Hide Table of Contents

Class CfnLoadBalancerProps

Properties for defining a AWS::ElasticLoadBalancingV2::LoadBalancer.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html

Synopsis

Constructors

CfnLoadBalancerProps()

Properties

IpAddressType

AWS::ElasticLoadBalancingV2::LoadBalancer.IpAddressType.

LoadBalancerAttributes

AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttributes.

Name

AWS::ElasticLoadBalancingV2::LoadBalancer.Name.

Scheme

AWS::ElasticLoadBalancingV2::LoadBalancer.Scheme.

SecurityGroups

AWS::ElasticLoadBalancingV2::LoadBalancer.SecurityGroups.

SubnetMappings

AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMappings.

Subnets

AWS::ElasticLoadBalancingV2::LoadBalancer.Subnets.

Tags

AWS::ElasticLoadBalancingV2::LoadBalancer.Tags.

Type

AWS::ElasticLoadBalancingV2::LoadBalancer.Type.

Constructors

CfnLoadBalancerProps()

public CfnLoadBalancerProps()

Properties

IpAddressType

AWS::ElasticLoadBalancingV2::LoadBalancer.IpAddressType.

public string IpAddressType { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype

LoadBalancerAttributes

AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttributes.

public object LoadBalancerAttributes { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-loadbalancerattributes

Name

AWS::ElasticLoadBalancingV2::LoadBalancer.Name.

public string Name { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-name

Scheme

AWS::ElasticLoadBalancingV2::LoadBalancer.Scheme.

public string Scheme { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-scheme

SecurityGroups

AWS::ElasticLoadBalancingV2::LoadBalancer.SecurityGroups.

public string[] SecurityGroups { get; set; }
Property Value

System.String[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-securitygroups

SubnetMappings

AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMappings.

public object SubnetMappings { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-subnetmappings

Subnets

AWS::ElasticLoadBalancingV2::LoadBalancer.Subnets.

public string[] Subnets { get; set; }
Property Value

System.String[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-subnets

Tags

AWS::ElasticLoadBalancingV2::LoadBalancer.Tags.

public ICfnTag[] Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-tags

Type

AWS::ElasticLoadBalancingV2::LoadBalancer.Type.

public string Type { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-type

Implements

ICfnLoadBalancerProps
Back to top Generated by DocFX