@Internal public static final class IApplicationListener.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IApplicationListener.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIApplicationListener.Jsii$Default, IApplicationListener.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCertificates(String id,
List<IListenerCertificate> certificates)
(experimental) Add one or more certificates to this listener.
|
void |
addTargetGroups(String id,
AddApplicationTargetGroupsProps props)
(experimental) Load balance incoming requests to the given target groups.
|
ApplicationTargetGroup |
addTargets(String id,
AddApplicationTargetsProps props)
(experimental) Load balance incoming requests to the given load balancing targets.
|
Connections |
getConnections() |
ResourceEnvironment |
getEnv()
(experimental) The environment this resource belongs to.
|
String |
getListenerArn()
(experimental) ARN of the listener.
|
software.constructs.Node |
getNode()
The tree node.
|
Stack |
getStack()
(experimental) The stack in which this resource is defined.
|
void |
registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register that a connectable that has been added to this load balancer.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final software.constructs.Node getNode()
getNode in interface IResource.Jsii$DefaultgetNode in interface IApplicationListener.Jsii$DefaultgetNode in interface software.constructs.IConstructgetNode in interface software.constructs.IConstruct.Jsii$Default@Stability(value=Experimental) @NotNull public final ResourceEnvironment getEnv()
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
getEnv in interface IResourcegetEnv in interface IResource.Jsii$DefaultgetEnv in interface IApplicationListener.Jsii$Default@Stability(value=Experimental) @NotNull public final Stack getStack()
getStack in interface IResourcegetStack in interface IResource.Jsii$DefaultgetStack in interface IApplicationListener.Jsii$Default@Stability(value=Experimental) @NotNull public final Connections getConnections()
getConnections in interface IConnectablegetConnections in interface IConnectable.Jsii$DefaultgetConnections in interface IApplicationListener.Jsii$Default@Stability(value=Experimental) @NotNull public final String getListenerArn()
getListenerArn in interface IApplicationListenergetListenerArn in interface IApplicationListener.Jsii$Default@Stability(value=Experimental)
public final void addCertificates(@NotNull
String id,
@NotNull
List<IListenerCertificate> certificates)
addCertificates in interface IApplicationListeneraddCertificates in interface IApplicationListener.Jsii$Defaultid - This parameter is required.certificates - This parameter is required.@Stability(value=Experimental)
public final void addTargetGroups(@NotNull
String id,
@NotNull
AddApplicationTargetGroupsProps props)
It's possible to add conditions to the TargetGroups added in this way. At least one TargetGroup must be added without conditions.
addTargetGroups in interface IApplicationListeneraddTargetGroups in interface IApplicationListener.Jsii$Defaultid - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public final ApplicationTargetGroup addTargets(@NotNull String id, @NotNull AddApplicationTargetsProps props)
This method implicitly creates an ApplicationTargetGroup for the targets involved.
It's possible to add conditions to the targets added in this way. At least one set of targets must be added without conditions.
addTargets in interface IApplicationListeneraddTargets in interface IApplicationListener.Jsii$Defaultid - This parameter is required.props - This parameter is required.@Stability(value=Experimental)
public final void registerConnectable(@NotNull
IConnectable connectable,
@NotNull
Port portRange)
Don't call this directly. It is called by ApplicationTargetGroup.
registerConnectable in interface IApplicationListenerregisterConnectable in interface IApplicationListener.Jsii$Defaultconnectable - This parameter is required.portRange - This parameter is required.Copyright © 2021. All rights reserved.