@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.268Z") @Stability(value=Stable) public interface CfnNetworkInsightsAnalysisProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnNetworkInsightsAnalysisProps cfnNetworkInsightsAnalysisProps = CfnNetworkInsightsAnalysisProps.builder()
.networkInsightsPathId("networkInsightsPathId")
// the properties below are optional
.filterInArns(List.of("filterInArns"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInsightsAnalysisProps.Builder
A builder for
CfnNetworkInsightsAnalysisProps |
static class |
CfnNetworkInsightsAnalysisProps.Jsii$Proxy
An implementation for
CfnNetworkInsightsAnalysisProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInsightsAnalysisProps.Builder |
builder() |
default List<String> |
getFilterInArns()
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
String |
getNetworkInsightsPathId()
The ID of the path.
|
default List<CfnTag> |
getTags()
The tags to apply.
|
@Stability(value=Stable) @NotNull String getNetworkInsightsPathId()
@Stability(value=Stable) @Nullable default List<String> getFilterInArns()
@Stability(value=Stable) static CfnNetworkInsightsAnalysisProps.Builder builder()
Copyright © 2022. All rights reserved.