Class AddApplicationActionProps.Jsii$Proxy
- All Implemented Interfaces:
AddApplicationActionProps,AddRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AddApplicationActionProps
AddApplicationActionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.AddApplicationActionProps
AddApplicationActionProps.Builder, AddApplicationActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAddApplicationActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ListenerActionAction to perform.final List<ListenerCondition> Rule applies if matches the conditions.final NumberPriority of this target group.final BooleanListenerRules have aRulesuffix on their logicalId by default.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAddApplicationActionProps.Builder.
-
-
Method Details
-
getAction
Description copied from interface:AddApplicationActionPropsAction to perform.- Specified by:
getActionin interfaceAddApplicationActionProps
-
getRemoveSuffix
Description copied from interface:AddApplicationActionPropsListenerRules have aRulesuffix on their logicalId by default. This allows you to remove that suffix.Legacy behavior of the
addTargetGroups()convenience method did not include theRulesuffix on the logicalId of the generatedListenerRule. At some point, increasing complexity of requirements can require users to switch from theaddTargetGroups()method to theaddAction()method. When migratingListenerRules deployed by a legacy version ofaddTargetGroups(), you will need to enable this flag to avoid changing the logicalId of your resource. Otherwise Cfn will attempt to replace theListenerRuleand fail.Default: - use standard logicalId with the `Rule` suffix
- Specified by:
getRemoveSuffixin interfaceAddApplicationActionProps
-
getConditions
Description copied from interface:AddRulePropsRule applies if matches the conditions.Default: - No conditions.
- Specified by:
getConditionsin interfaceAddRuleProps- See Also:
-
getPriority
Description copied from interface:AddRulePropsPriority of this target group.The rule with the lowest priority will be used for every request. If priority is not given, these target groups will be added as defaults, and must not have conditions.
Priorities must be unique.
Default: Target groups are used as defaults
- Specified by:
getPriorityin interfaceAddRuleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-