Class GetRouteTableRoutesRoute
- java.lang.Object
-
- com.pulumi.aws.ec2transitgateway.outputs.GetRouteTableRoutesRoute
-
public final class GetRouteTableRoutesRoute extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetRouteTableRoutesRoute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetRouteTableRoutesRoute.Builder
builder()
static GetRouteTableRoutesRoute.Builder
builder(GetRouteTableRoutesRoute defaults)
java.lang.String
destinationCidrBlock()
java.lang.String
prefixListId()
java.lang.String
state()
java.lang.String
transitGatewayRouteTableAnnouncementId()
java.lang.String
type()
-
-
-
Method Detail
-
destinationCidrBlock
public java.lang.String destinationCidrBlock()
- Returns:
- The CIDR used for route destination matches.
-
prefixListId
public java.lang.String prefixListId()
- Returns:
- The ID of the prefix list used for destination matches.
-
state
public java.lang.String state()
- Returns:
- The current state of the route, can be `active`, `deleted`, `pending`, `blackhole`, `deleting`.
-
transitGatewayRouteTableAnnouncementId
public java.lang.String transitGatewayRouteTableAnnouncementId()
- Returns:
- The id of the transit gateway route table announcement, most of the time it is an empty string.
-
type
public java.lang.String type()
- Returns:
- The type of the route, can be `propagated` or `static`.
-
builder
public static GetRouteTableRoutesRoute.Builder builder()
-
builder
public static GetRouteTableRoutesRoute.Builder builder(GetRouteTableRoutesRoute defaults)
-
-