Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsAnalysisForwardPathComponentSourceVpc
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsAnalysisForwardPathComponentSourceVpc
-
public final class GetNetworkInsightsAnalysisForwardPathComponentSourceVpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetNetworkInsightsAnalysisForwardPathComponentSourceVpc.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static GetNetworkInsightsAnalysisForwardPathComponentSourceVpc.Builder
builder()
static GetNetworkInsightsAnalysisForwardPathComponentSourceVpc.Builder
builder(GetNetworkInsightsAnalysisForwardPathComponentSourceVpc defaults)
java.lang.String
id()
java.lang.String
name()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- ARN of the selected Network Insights Analysis.
-
id
public java.lang.String id()
-
name
public java.lang.String name()
- Returns:
- Name of the filter field. Valid values can be found in the EC2 [`DescribeNetworkInsightsAnalyses`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInsightsAnalyses.html) API Reference.
-
builder
public static GetNetworkInsightsAnalysisForwardPathComponentSourceVpc.Builder builder()
-
builder
public static GetNetworkInsightsAnalysisForwardPathComponentSourceVpc.Builder builder(GetNetworkInsightsAnalysisForwardPathComponentSourceVpc defaults)
-
-