Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment
-
public final class GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment.Builder
builder()
static GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment.Builder
builder(GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment 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 GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment.Builder builder()
-
builder
public static GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment.Builder builder(GetNetworkInsightsAnalysisExplanationTransitGatewayAttachment defaults)
-
-