@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.000Z") @Stability(value=Stable) public interface CfnNetworkInsightsPathProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInsightsPathProps.Builder
A builder for
CfnNetworkInsightsPathProps |
static class |
CfnNetworkInsightsPathProps.Jsii$Proxy
An implementation for
CfnNetworkInsightsPathProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInsightsPathProps.Builder |
builder() |
String |
getDestination()
`AWS::EC2::NetworkInsightsPath.Destination`.
|
default String |
getDestinationIp()
`AWS::EC2::NetworkInsightsPath.DestinationIp`.
|
default Number |
getDestinationPort()
`AWS::EC2::NetworkInsightsPath.DestinationPort`.
|
String |
getProtocol()
`AWS::EC2::NetworkInsightsPath.Protocol`.
|
String |
getSource()
`AWS::EC2::NetworkInsightsPath.Source`.
|
default String |
getSourceIp()
`AWS::EC2::NetworkInsightsPath.SourceIp`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::NetworkInsightsPath.Tags`.
|
@Stability(value=Stable) @NotNull String getDestination()
@Stability(value=Stable) @NotNull String getProtocol()
@Stability(value=Stable) @NotNull String getSource()
@Stability(value=Stable) @Nullable default String getDestinationIp()
@Stability(value=Stable) @Nullable default Number getDestinationPort()
@Stability(value=Stable) @Nullable default String getSourceIp()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnNetworkInsightsPathProps.Builder builder()
Copyright © 2021. All rights reserved.