@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.639Z") @Stability(value=Experimental) public class ApplicationListenerRule extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationListenerRule.Builder
(experimental) A fluent builder for
ApplicationListenerRule. |
| Modifier | Constructor and Description |
|---|---|
|
ApplicationListenerRule(software.constructs.Construct scope,
String id,
ApplicationListenerRuleProps props) |
protected |
ApplicationListenerRule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ApplicationListenerRule(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCondition(ListenerCondition condition)
(experimental) Add a non-standard condition to this rule.
|
void |
configureAction(ListenerAction action)
(experimental) Configure the action to perform for this rule.
|
String |
getListenerRuleArn()
(experimental) The ARN of this rule.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ApplicationListenerRule(software.amazon.jsii.JsiiObjectRef objRef)
protected ApplicationListenerRule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public ApplicationListenerRule(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
ApplicationListenerRuleProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental)
public void addCondition(@NotNull
ListenerCondition condition)
condition - This parameter is required.@Stability(value=Experimental)
public void configureAction(@NotNull
ListenerAction action)
action - This parameter is required.@Stability(value=Experimental) @NotNull public String getListenerRuleArn()
Copyright © 2021. All rights reserved.