@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:21.947Z") @Stability(value=Stable) public class CfnListener extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnListener.ActionProperty |
static interface |
CfnListener.AuthenticateCognitoConfigProperty |
static interface |
CfnListener.AuthenticateOidcConfigProperty |
static class |
CfnListener.Builder
A fluent builder for
CfnListener. |
static interface |
CfnListener.CertificateProperty |
static interface |
CfnListener.FixedResponseConfigProperty |
static interface |
CfnListener.ForwardConfigProperty |
static interface |
CfnListener.RedirectConfigProperty |
static interface |
CfnListener.TargetGroupStickinessConfigProperty |
static interface |
CfnListener.TargetGroupTupleProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnListener(software.constructs.Construct scope,
String id,
CfnListenerProps props)
Create a new `AWS::ElasticLoadBalancingV2::Listener`.
|
protected |
CfnListener(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnListener(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAlpnPolicy()
`AWS::ElasticLoadBalancingV2::Listener.AlpnPolicy`.
|
String |
getAttrListenerArn() |
Object |
getCertificates()
`AWS::ElasticLoadBalancingV2::Listener.Certificates`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getDefaultActions()
`AWS::ElasticLoadBalancingV2::Listener.DefaultActions`.
|
String |
getLoadBalancerArn()
`AWS::ElasticLoadBalancingV2::Listener.LoadBalancerArn`.
|
Number |
getPort()
`AWS::ElasticLoadBalancingV2::Listener.Port`.
|
String |
getProtocol()
`AWS::ElasticLoadBalancingV2::Listener.Protocol`.
|
String |
getSslPolicy()
`AWS::ElasticLoadBalancingV2::Listener.SslPolicy`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAlpnPolicy(List<String> value)
`AWS::ElasticLoadBalancingV2::Listener.AlpnPolicy`.
|
void |
setCertificates(IResolvable value)
`AWS::ElasticLoadBalancingV2::Listener.Certificates`.
|
void |
setCertificates(List<Object> value)
`AWS::ElasticLoadBalancingV2::Listener.Certificates`.
|
void |
setDefaultActions(IResolvable value)
`AWS::ElasticLoadBalancingV2::Listener.DefaultActions`.
|
void |
setDefaultActions(List<Object> value)
`AWS::ElasticLoadBalancingV2::Listener.DefaultActions`.
|
void |
setLoadBalancerArn(String value)
`AWS::ElasticLoadBalancingV2::Listener.LoadBalancerArn`.
|
void |
setPort(Number value)
`AWS::ElasticLoadBalancingV2::Listener.Port`.
|
void |
setProtocol(String value)
`AWS::ElasticLoadBalancingV2::Listener.Protocol`.
|
void |
setSslPolicy(String value)
`AWS::ElasticLoadBalancingV2::Listener.SslPolicy`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnListener(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnListener(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnListener(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnListenerProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrListenerArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getDefaultActions()
@Stability(value=Stable)
public void setDefaultActions(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setDefaultActions(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public String getLoadBalancerArn()
@Stability(value=Stable)
public void setLoadBalancerArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public List<String> getAlpnPolicy()
@Stability(value=Stable)
public void setAlpnPolicy(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Object getCertificates()
@Stability(value=Stable)
public void setCertificates(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setCertificates(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Number getPort()
@Stability(value=Stable)
public void setPort(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getProtocol()
@Stability(value=Stable)
public void setProtocol(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSslPolicy()
@Stability(value=Stable)
public void setSslPolicy(@Nullable
String value)
Copyright © 2021. All rights reserved.