Class GetRouteArgs


  • public final class GetRouteArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • carrierGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> carrierGatewayId()
        Returns:
        EC2 Carrier Gateway ID of the Route belonging to the Route Table.
      • coreNetworkArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> coreNetworkArn()
        Returns:
        Core network ARN of the Route belonging to the Route Table.
      • destinationCidrBlock

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> destinationCidrBlock()
        Returns:
        CIDR block of the Route belonging to the Route Table.
      • destinationIpv6CidrBlock

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> destinationIpv6CidrBlock()
        Returns:
        IPv6 CIDR block of the Route belonging to the Route Table.
      • destinationPrefixListId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> destinationPrefixListId()
        Returns:
        ID of a managed prefix list destination of the Route belonging to the Route Table.
      • egressOnlyGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> egressOnlyGatewayId()
        Returns:
        Egress Only Gateway ID of the Route belonging to the Route Table.
      • gatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> gatewayId()
        Returns:
        Gateway ID of the Route belonging to the Route Table.
      • instanceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> instanceId()
        Returns:
        Instance ID of the Route belonging to the Route Table.
      • localGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> localGatewayId()
        Returns:
        Local Gateway ID of the Route belonging to the Route Table.
      • natGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> natGatewayId()
        Returns:
        NAT Gateway ID of the Route belonging to the Route Table.
      • networkInterfaceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> networkInterfaceId()
        Returns:
        Network Interface ID of the Route belonging to the Route Table.
      • routeTableId

        public com.pulumi.core.Output<java.lang.String> routeTableId()
        Returns:
        ID of the specific Route Table containing the Route entry. The following arguments are optional:
      • transitGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> transitGatewayId()
        Returns:
        EC2 Transit Gateway ID of the Route belonging to the Route Table.
      • vpcPeeringConnectionId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcPeeringConnectionId()
        Returns:
        VPC Peering Connection ID of the Route belonging to the Route Table.