Class GetRouteTableRoutesRoute


  • public final class GetRouteTableRoutesRoute
    extends java.lang.Object
    • 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`.