@Stability(value=Stable)
public static interface CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
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.*;
TransitGatewayRouteTableRouteProperty transitGatewayRouteTableRouteProperty = TransitGatewayRouteTableRouteProperty.builder()
.attachmentId("attachmentId")
.destinationCidr("destinationCidr")
.prefixListId("prefixListId")
.resourceId("resourceId")
.resourceType("resourceType")
.routeOrigin("routeOrigin")
.state("state")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Builder
|
static class |
CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Jsii$Proxy
An implementation for
CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Builder |
builder() |
default String |
getAttachmentId()
The ID of the route attachment.
|
default String |
getDestinationCidr()
The CIDR block used for destination matches.
|
default String |
getPrefixListId()
The ID of the prefix list.
|
default String |
getResourceId()
The ID of the resource for the route attachment.
|
default String |
getResourceType()
The resource type for the route attachment.
|
default String |
getRouteOrigin()
The route origin.
|
default String |
getState()
The state of the route.
|
@Stability(value=Stable) @Nullable default String getAttachmentId()
@Stability(value=Stable) @Nullable default String getDestinationCidr()
@Stability(value=Stable) @Nullable default String getPrefixListId()
@Stability(value=Stable) @Nullable default String getResourceId()
@Stability(value=Stable) @Nullable default String getResourceType()
@Stability(value=Stable) @Nullable default String getRouteOrigin()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) static CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Builder builder()
Copyright © 2022. All rights reserved.