Class CfnNetworkInsightsPathMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkInsightsPathMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkInsightsPathMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkInsightsPathMixinProps
@Stability(Stable)
@Internal
public static final class CfnNetworkInsightsPathMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkInsightsPathMixinProps
An implementation for
CfnNetworkInsightsPathMixinProps-
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.ec2.CfnNetworkInsightsPathMixinProps
CfnNetworkInsightsPathMixinProps.Builder, CfnNetworkInsightsPathMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkInsightsPathMixinProps.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 StringThe ID or ARN of the destination.final StringThe IP address of the destination.final NumberThe destination port.final ObjectScopes the analysis to network paths that match specific filters at the destination.final ObjectScopes the analysis to network paths that match specific filters at the source.final StringThe protocol.final StringThe ID or ARN of the source.final StringThe IP address of the source.getTags()The tags to add to the path.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 theCfnNetworkInsightsPathMixinProps.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:CfnNetworkInsightsPathMixinPropsThe ID or ARN of the destination.If the resource is in another account, you must specify an ARN.
- Specified by:
getDestinationin interfaceCfnNetworkInsightsPathMixinProps- See Also:
-
getDestinationIp
Description copied from interface:CfnNetworkInsightsPathMixinPropsThe IP address of the destination.- Specified by:
getDestinationIpin interfaceCfnNetworkInsightsPathMixinProps- See Also:
-
getDestinationPort
Description copied from interface:CfnNetworkInsightsPathMixinPropsThe destination port.- Specified by:
getDestinationPortin interfaceCfnNetworkInsightsPathMixinProps- See Also:
-
getFilterAtDestination
Description copied from interface:CfnNetworkInsightsPathMixinPropsScopes the analysis to network paths that match specific filters at the destination.If you specify this parameter, you can't specify the parameter for the destination IP address.
Returns union: either
IResolvableorCfnNetworkInsightsPathPropsMixin.PathFilterProperty- Specified by:
getFilterAtDestinationin interfaceCfnNetworkInsightsPathMixinProps- See Also:
-
getFilterAtSource
Description copied from interface:CfnNetworkInsightsPathMixinPropsScopes the analysis to network paths that match specific filters at the source.If you specify this parameter, you can't specify the parameters for the source IP address or the destination port.
Returns union: either
IResolvableorCfnNetworkInsightsPathPropsMixin.PathFilterProperty- Specified by:
getFilterAtSourcein interfaceCfnNetworkInsightsPathMixinProps- See Also:
-
getProtocol
Description copied from interface:CfnNetworkInsightsPathMixinPropsThe protocol.- Specified by:
getProtocolin interfaceCfnNetworkInsightsPathMixinProps- See Also:
-
getSource
Description copied from interface:CfnNetworkInsightsPathMixinPropsThe ID or ARN of the source.If the resource is in another account, you must specify an ARN.
- Specified by:
getSourcein interfaceCfnNetworkInsightsPathMixinProps- See Also:
-
getSourceIp
Description copied from interface:CfnNetworkInsightsPathMixinPropsThe IP address of the source.- Specified by:
getSourceIpin interfaceCfnNetworkInsightsPathMixinProps- See Also:
-
getTags
Description copied from interface:CfnNetworkInsightsPathMixinPropsThe tags to add to the path.- Specified by:
getTagsin interfaceCfnNetworkInsightsPathMixinProps- 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()
-