Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsPathResult
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsPathResult
-
public final class GetNetworkInsightsPathResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetNetworkInsightsPathResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static GetNetworkInsightsPathResult.Builder
builder()
static GetNetworkInsightsPathResult.Builder
builder(GetNetworkInsightsPathResult defaults)
java.lang.String
destination()
java.lang.String
destinationArn()
java.lang.String
destinationIp()
java.lang.Integer
destinationPort()
java.util.List<GetNetworkInsightsPathFilter>
filters()
java.lang.String
id()
java.lang.String
networkInsightsPathId()
java.lang.String
protocol()
java.lang.String
source()
java.lang.String
sourceArn()
java.lang.String
sourceIp()
java.util.Map<java.lang.String,java.lang.String>
tags()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- ARN of the selected Network Insights Path.
-
destination
public java.lang.String destination()
- Returns:
- AWS resource that is the destination of the path.
-
destinationArn
public java.lang.String destinationArn()
- Returns:
- ARN of the destination.
-
destinationIp
public java.lang.String destinationIp()
- Returns:
- IP address of the AWS resource that is the destination of the path.
-
destinationPort
public java.lang.Integer destinationPort()
- Returns:
- Destination port.
-
filters
public java.util.List<GetNetworkInsightsPathFilter> filters()
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
networkInsightsPathId
public java.lang.String networkInsightsPathId()
-
protocol
public java.lang.String protocol()
- Returns:
- Protocol.
-
source
public java.lang.String source()
- Returns:
- AWS resource that is the source of the path.
-
sourceArn
public java.lang.String sourceArn()
- Returns:
- ARN of the source.
-
sourceIp
public java.lang.String sourceIp()
- Returns:
- IP address of the AWS resource that is the source of the path.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Map of tags assigned to the resource.
-
builder
public static GetNetworkInsightsPathResult.Builder builder()
-
builder
public static GetNetworkInsightsPathResult.Builder builder(GetNetworkInsightsPathResult defaults)
-
-