| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInsightsPath.Builder |
CfnNetworkInsightsPath.Builder.create(software.constructs.Construct scope,
String id) |
CfnNetworkInsightsPath.Builder |
CfnNetworkInsightsPath.Builder.destination(String destination)
The AWS resource that is the destination of the path.
|
CfnNetworkInsightsPath.Builder |
CfnNetworkInsightsPath.Builder.destinationIp(String destinationIp)
The IP address of the AWS resource that is the destination of the path.
|
CfnNetworkInsightsPath.Builder |
CfnNetworkInsightsPath.Builder.destinationPort(Number destinationPort)
The destination port.
|
CfnNetworkInsightsPath.Builder |
CfnNetworkInsightsPath.Builder.protocol(String protocol)
The protocol.
|
CfnNetworkInsightsPath.Builder |
CfnNetworkInsightsPath.Builder.source(String source)
The AWS resource that is the source of the path.
|
CfnNetworkInsightsPath.Builder |
CfnNetworkInsightsPath.Builder.sourceIp(String sourceIp)
The IP address of the AWS resource that is the source of the path.
|
CfnNetworkInsightsPath.Builder |
CfnNetworkInsightsPath.Builder.tags(List<? extends CfnTag> tags)
The tags to add to the path.
|
Copyright © 2022. All rights reserved.