IApplicationLoadBalancerRef

class aws_cdk.aws_elasticloadbalancingv2.IApplicationLoadBalancerRef(*args, **kwargs)

Bases: ILoadBalancerRef, Protocol

Indicates that this resource can be referenced as an Application LoadBalancer.

Methods

with_(*mixins)

Applies one or more mixins to this construct.

Mixins are applied in order. The list of constructs is captured at the start of the call, so constructs added by a mixin will not be visited.

Parameters:

mixins (IMixin) – The mixins to apply.

Return type:

IConstruct

Returns:

This construct for chaining

Attributes

env

The environment this resource belongs to.

For resources that are created and managed in a Stack (those created by creating new class instances like new Role(), new Bucket(), etc.), this is always the same as the environment of the stack they belong to.

For referenced resources (those obtained from referencing methods like Role.fromRoleArn(), Bucket.fromBucketName(), etc.), they might be different than the stack they were imported into.

is_application_load_balancer

Indicates that this is an Application Load Balancer.

Will always return true, but is necessary to prevent accidental structural equality in TypeScript.

load_balancer_ref

(experimental) A reference to a LoadBalancer resource.

Stability:

experimental

node

The tree node.