Interface ICfnLoadBalancerProps
Properties for defining a AWS::ElasticLoadBalancingV2::LoadBalancer
.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ICfnLoadBalancerProps
Syntax (vb)
Public Interface ICfnLoadBalancerProps
Remarks
Synopsis
Properties
IpAddressType |
|
LoadBalancerAttributes |
|
Name |
|
Scheme |
|
SecurityGroups |
|
SubnetMappings |
|
Subnets |
|
Tags |
|
Type |
|
Properties
IpAddressType
AWS::ElasticLoadBalancingV2::LoadBalancer.IpAddressType
.
virtual string IpAddressType { get; }
Property Value
System.String
Remarks
LoadBalancerAttributes
AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttributes
.
virtual object LoadBalancerAttributes { get; }
Property Value
System.Object
Remarks
Name
AWS::ElasticLoadBalancingV2::LoadBalancer.Name
.
virtual string Name { get; }
Property Value
System.String
Remarks
Scheme
AWS::ElasticLoadBalancingV2::LoadBalancer.Scheme
.
virtual string Scheme { get; }
Property Value
System.String
Remarks
SecurityGroups
AWS::ElasticLoadBalancingV2::LoadBalancer.SecurityGroups
.
virtual string[] SecurityGroups { get; }
Property Value
System.String[]
Remarks
SubnetMappings
AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMappings
.
virtual object SubnetMappings { get; }
Property Value
System.Object
Remarks
Subnets
AWS::ElasticLoadBalancingV2::LoadBalancer.Subnets
.
virtual string[] Subnets { get; }
Property Value
System.String[]
Remarks
Tags
AWS::ElasticLoadBalancingV2::LoadBalancer.Tags
.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]
Remarks
Type
AWS::ElasticLoadBalancingV2::LoadBalancer.Type
.
virtual string Type { get; }
Property Value
System.String