1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. getRouteServerEndpoint

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.ec2.getRouteServerEndpoint

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

    VPC Route Server Endpoint

    Using getRouteServerEndpoint

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRouteServerEndpoint(args: GetRouteServerEndpointArgs, opts?: InvokeOptions): Promise<GetRouteServerEndpointResult>
    function getRouteServerEndpointOutput(args: GetRouteServerEndpointOutputArgs, opts?: InvokeOptions): Output<GetRouteServerEndpointResult>
    def get_route_server_endpoint(id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetRouteServerEndpointResult
    def get_route_server_endpoint_output(id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetRouteServerEndpointResult]
    func LookupRouteServerEndpoint(ctx *Context, args *LookupRouteServerEndpointArgs, opts ...InvokeOption) (*LookupRouteServerEndpointResult, error)
    func LookupRouteServerEndpointOutput(ctx *Context, args *LookupRouteServerEndpointOutputArgs, opts ...InvokeOption) LookupRouteServerEndpointResultOutput

    > Note: This function is named LookupRouteServerEndpoint in the Go SDK.

    public static class GetRouteServerEndpoint 
    {
        public static Task<GetRouteServerEndpointResult> InvokeAsync(GetRouteServerEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetRouteServerEndpointResult> Invoke(GetRouteServerEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRouteServerEndpointResult> getRouteServerEndpoint(GetRouteServerEndpointArgs args, InvokeOptions options)
    public static Output<GetRouteServerEndpointResult> getRouteServerEndpoint(GetRouteServerEndpointArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ec2:getRouteServerEndpoint
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of the Route Server Endpoint.
    Id string
    The ID of the Route Server Endpoint.
    id String
    The ID of the Route Server Endpoint.
    id string
    The ID of the Route Server Endpoint.
    id str
    The ID of the Route Server Endpoint.
    id String
    The ID of the Route Server Endpoint.

    getRouteServerEndpoint Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    EniAddress string
    Elastic Network Interface IP address owned by the Route Server Endpoint
    EniId string
    Elastic Network Interface ID owned by the Route Server Endpoint
    Id string
    The ID of the Route Server Endpoint.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    VpcId string
    VPC ID
    Arn string
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    EniAddress string
    Elastic Network Interface IP address owned by the Route Server Endpoint
    EniId string
    Elastic Network Interface ID owned by the Route Server Endpoint
    Id string
    The ID of the Route Server Endpoint.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    VpcId string
    VPC ID
    arn String
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    eniAddress String
    Elastic Network Interface IP address owned by the Route Server Endpoint
    eniId String
    Elastic Network Interface ID owned by the Route Server Endpoint
    id String
    The ID of the Route Server Endpoint.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    vpcId String
    VPC ID
    arn string
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    eniAddress string
    Elastic Network Interface IP address owned by the Route Server Endpoint
    eniId string
    Elastic Network Interface ID owned by the Route Server Endpoint
    id string
    The ID of the Route Server Endpoint.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    vpcId string
    VPC ID
    arn str
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    eni_address str
    Elastic Network Interface IP address owned by the Route Server Endpoint
    eni_id str
    Elastic Network Interface ID owned by the Route Server Endpoint
    id str
    The ID of the Route Server Endpoint.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    vpc_id str
    VPC ID
    arn String
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    eniAddress String
    Elastic Network Interface IP address owned by the Route Server Endpoint
    eniId String
    Elastic Network Interface ID owned by the Route Server Endpoint
    id String
    The ID of the Route Server Endpoint.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    vpcId String
    VPC ID

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi