Show / Hide Table of Contents

Class CfnLoadBalancer

A CloudFormation AWS::ElasticLoadBalancingV2::LoadBalancer.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnLoadBalancer
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class CfnLoadBalancer : CfnResource, IConstruct, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnLoadBalancer
    Inherits CfnResource
    Implements IConstruct, IConstruct, IDependable, IInspectable
Remarks

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

CloudformationResource: AWS::ElasticLoadBalancingV2::LoadBalancer

Synopsis

Constructors

CfnLoadBalancer(Construct, String, ICfnLoadBalancerProps)

Create a new AWS::ElasticLoadBalancingV2::LoadBalancer.

CfnLoadBalancer(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

CfnLoadBalancer(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Properties

AttrCanonicalHostedZoneId
AttrDnsName
AttrLoadBalancerFullName
AttrLoadBalancerName
AttrSecurityGroups
CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties
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.

Methods

Inspect(TreeInspector)

(experimental) Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<String, Object>)

Constructors

CfnLoadBalancer(Construct, String, ICfnLoadBalancerProps)

Create a new AWS::ElasticLoadBalancingV2::LoadBalancer.

public CfnLoadBalancer(Construct scope, string id, ICfnLoadBalancerProps props = null)
Parameters
scope Construct
  • scope in which this resource is defined.
id System.String
  • scoped id of the resource.
props ICfnLoadBalancerProps
  • resource properties.

CfnLoadBalancer(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected CfnLoadBalancer(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

CfnLoadBalancer(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected CfnLoadBalancer(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Properties

AttrCanonicalHostedZoneId

public virtual string AttrCanonicalHostedZoneId { get; }
Property Value

System.String

Remarks

CloudformationAttribute: CanonicalHostedZoneID

AttrDnsName

public virtual string AttrDnsName { get; }
Property Value

System.String

Remarks

CloudformationAttribute: DNSName

AttrLoadBalancerFullName

public virtual string AttrLoadBalancerFullName { get; }
Property Value

System.String

Remarks

CloudformationAttribute: LoadBalancerFullName

AttrLoadBalancerName

public virtual string AttrLoadBalancerName { get; }
Property Value

System.String

Remarks

CloudformationAttribute: LoadBalancerName

AttrSecurityGroups

public virtual string[] AttrSecurityGroups { get; }
Property Value

System.String[]

Remarks

CloudformationAttribute: SecurityGroups

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

System.String

CfnProperties

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.CfnProperties

IpAddressType

AWS::ElasticLoadBalancingV2::LoadBalancer.IpAddressType.

public virtual 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 virtual 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 virtual 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 virtual 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 virtual 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 virtual 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 virtual 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 virtual TagManager Tags { get; }
Property Value

TagManager

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 virtual 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

Methods

Inspect(TreeInspector)

(experimental) Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector
  • tree inspector to collect and process attributes.
Remarks

Stability: Experimental

RenderProperties(IDictionary<String, Object>)

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX