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