Class CfnNetworkInsightsPathProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkInsightsPathProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkInsightsPathProps
@Stability(Stable)
@Internal
public static final class CfnNetworkInsightsPathProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkInsightsPathProps
An implementation for
CfnNetworkInsightsPathProps-
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.ec2.CfnNetworkInsightsPathProps
CfnNetworkInsightsPathProps.Builder, CfnNetworkInsightsPathProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkInsightsPathProps.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 theCfnNetworkInsightsPathProps.Builder.
-
-
Method Details
-
getProtocol
Description copied from interface:CfnNetworkInsightsPathPropsThe protocol.- Specified by:
getProtocolin interfaceCfnNetworkInsightsPathProps- See Also:
-
getSource
Description copied from interface:CfnNetworkInsightsPathPropsThe ID or ARN of the source.If the resource is in another account, you must specify an ARN.
- Specified by:
getSourcein interfaceCfnNetworkInsightsPathProps- See Also:
-
getDestination
Description copied from interface:CfnNetworkInsightsPathPropsThe ID or ARN of the destination.If the resource is in another account, you must specify an ARN.
- Specified by:
getDestinationin interfaceCfnNetworkInsightsPathProps- See Also:
-
getDestinationIp
Description copied from interface:CfnNetworkInsightsPathPropsThe IP address of the destination.- Specified by:
getDestinationIpin interfaceCfnNetworkInsightsPathProps- See Also:
-
getDestinationPort
Description copied from interface:CfnNetworkInsightsPathPropsThe destination port.- Specified by:
getDestinationPortin interfaceCfnNetworkInsightsPathProps- See Also:
-
getFilterAtDestination
Description copied from interface:CfnNetworkInsightsPathPropsScopes 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
IResolvableorCfnNetworkInsightsPath.PathFilterProperty- Specified by:
getFilterAtDestinationin interfaceCfnNetworkInsightsPathProps- See Also:
-
getFilterAtSource
Description copied from interface:CfnNetworkInsightsPathPropsScopes 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
IResolvableorCfnNetworkInsightsPath.PathFilterProperty- Specified by:
getFilterAtSourcein interfaceCfnNetworkInsightsPathProps- See Also:
-
getSourceIp
Description copied from interface:CfnNetworkInsightsPathPropsThe IP address of the source.- Specified by:
getSourceIpin interfaceCfnNetworkInsightsPathProps- See Also:
-
getTags
Description copied from interface:CfnNetworkInsightsPathPropsThe tags to add to the path.- Specified by:
getTagsin interfaceCfnNetworkInsightsPathProps- 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()
-