Class CfnLoadBalancerProps
Properties for defining a AWS::ElasticLoadBalancingV2::LoadBalancer
.
Inheritance
Implements
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
Synopsis
Constructors
CfnLoadBalancerProps() |
Properties
IpAddressType |
|
LoadBalancerAttributes |
|
Name |
|
Scheme |
|
SecurityGroups |
|
SubnetMappings |
|
Subnets |
|
Tags |
|
Type |
|
Constructors
CfnLoadBalancerProps()
public CfnLoadBalancerProps()
Properties
IpAddressType
AWS::ElasticLoadBalancingV2::LoadBalancer.IpAddressType
.
public string IpAddressType { get; set; }
Property Value
System.String
Remarks
LoadBalancerAttributes
AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttributes
.
public object LoadBalancerAttributes { get; set; }
Property Value
System.Object
Remarks
Name
AWS::ElasticLoadBalancingV2::LoadBalancer.Name
.
public string Name { get; set; }
Property Value
System.String
Remarks
Scheme
AWS::ElasticLoadBalancingV2::LoadBalancer.Scheme
.
public string Scheme { get; set; }
Property Value
System.String
Remarks
SecurityGroups
AWS::ElasticLoadBalancingV2::LoadBalancer.SecurityGroups
.
public string[] SecurityGroups { get; set; }
Property Value
System.String[]
Remarks
SubnetMappings
AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMappings
.
public object SubnetMappings { get; set; }
Property Value
System.Object
Remarks
Subnets
AWS::ElasticLoadBalancingV2::LoadBalancer.Subnets
.
public string[] Subnets { get; set; }
Property Value
System.String[]
Remarks
Tags
AWS::ElasticLoadBalancingV2::LoadBalancer.Tags
.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
Remarks
Type
AWS::ElasticLoadBalancingV2::LoadBalancer.Type
.
public string Type { get; set; }
Property Value
System.String