@Stability(value=Stable)
public static interface CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
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.*;
AnalysisRouteTableRouteProperty analysisRouteTableRouteProperty = AnalysisRouteTableRouteProperty.builder()
.destinationCidr("destinationCidr")
.destinationPrefixListId("destinationPrefixListId")
.egressOnlyInternetGatewayId("egressOnlyInternetGatewayId")
.gatewayId("gatewayId")
.instanceId("instanceId")
.natGatewayId("natGatewayId")
.networkInterfaceId("networkInterfaceId")
.origin("origin")
.state("state")
.transitGatewayId("transitGatewayId")
.vpcPeeringConnectionId("vpcPeeringConnectionId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Builder
|
static class |
CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
An implementation for
CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Builder |
builder() |
default String |
getDestinationCidr()
The destination IPv4 address, in CIDR notation.
|
default String |
getDestinationPrefixListId()
The prefix of the AWS service .
|
default String |
getEgressOnlyInternetGatewayId()
The ID of an egress-only internet gateway.
|
default String |
getGatewayId()
The ID of the gateway, such as an internet gateway or virtual private gateway.
|
default String |
getInstanceId()
The ID of the instance, such as a NAT instance.
|
default String |
getNatGatewayId()
The ID of a NAT gateway.
|
default String |
getNetworkInterfaceId()
The ID of a network interface.
|
default String |
getOrigin()
Describes how the route was created.
|
default String |
getState()
`CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.State`.
|
default String |
getTransitGatewayId()
The ID of a transit gateway.
|
default String |
getVpcPeeringConnectionId()
The ID of a VPC peering connection.
|
@Stability(value=Stable) @Nullable default String getDestinationCidr()
@Stability(value=Stable) @Nullable default String getDestinationPrefixListId()
@Stability(value=Stable) @Nullable default String getEgressOnlyInternetGatewayId()
@Stability(value=Stable) @Nullable default String getGatewayId()
@Stability(value=Stable) @Nullable default String getInstanceId()
@Stability(value=Stable) @Nullable default String getNatGatewayId()
@Stability(value=Stable) @Nullable default String getNetworkInterfaceId()
@Stability(value=Stable) @Nullable default String getOrigin()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) @Nullable default String getTransitGatewayId()
@Stability(value=Stable) @Nullable default String getVpcPeeringConnectionId()
@Stability(value=Stable) static CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Builder builder()
Copyright © 2022. All rights reserved.