Class CfnRuleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnRuleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleMixinProps
@Stability(Stable)
@Internal
public static final class CfnRuleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleMixinProps
An implementation for
CfnRuleMixinProps-
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.cfnpropertymixins.services.vpclattice.CfnRuleMixinProps
CfnRuleMixinProps.Builder, CfnRuleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRuleMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuleMixinProps.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 ObjectDescribes the action for a rule.final StringThe ID or ARN of the listener.final ObjectgetMatch()The rule match.final StringgetName()The name of the rule.final NumberThe priority assigned to the rule.final StringThe ID or ARN of the service.getTags()The tags for the rule.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 theCfnRuleMixinProps.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnRuleMixinPropsDescribes the action for a rule.Returns union: either
IResolvableorCfnRulePropsMixin.ActionProperty- Specified by:
getActionin interfaceCfnRuleMixinProps- See Also:
-
getListenerIdentifier
Description copied from interface:CfnRuleMixinPropsThe ID or ARN of the listener.- Specified by:
getListenerIdentifierin interfaceCfnRuleMixinProps- See Also:
-
getMatch
Description copied from interface:CfnRuleMixinPropsThe rule match.Returns union: either
IResolvableorCfnRulePropsMixin.MatchProperty- Specified by:
getMatchin interfaceCfnRuleMixinProps- See Also:
-
getName
Description copied from interface:CfnRuleMixinPropsThe name of the rule.The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
- Specified by:
getNamein interfaceCfnRuleMixinProps- See Also:
-
getPriority
Description copied from interface:CfnRuleMixinPropsThe priority assigned to the rule.Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.
- Specified by:
getPriorityin interfaceCfnRuleMixinProps- See Also:
-
getServiceIdentifier
Description copied from interface:CfnRuleMixinPropsThe ID or ARN of the service.- Specified by:
getServiceIdentifierin interfaceCfnRuleMixinProps- See Also:
-
getTags
Description copied from interface:CfnRuleMixinPropsThe tags for the rule.- Specified by:
getTagsin interfaceCfnRuleMixinProps- See Also:
-
$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()
-