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

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.getRouteServerPeer

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 Peer

    Using getRouteServerPeer

    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 getRouteServerPeer(args: GetRouteServerPeerArgs, opts?: InvokeOptions): Promise<GetRouteServerPeerResult>
    function getRouteServerPeerOutput(args: GetRouteServerPeerOutputArgs, opts?: InvokeOptions): Output<GetRouteServerPeerResult>
    def get_route_server_peer(id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetRouteServerPeerResult
    def get_route_server_peer_output(id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetRouteServerPeerResult]
    func LookupRouteServerPeer(ctx *Context, args *LookupRouteServerPeerArgs, opts ...InvokeOption) (*LookupRouteServerPeerResult, error)
    func LookupRouteServerPeerOutput(ctx *Context, args *LookupRouteServerPeerOutputArgs, opts ...InvokeOption) LookupRouteServerPeerResultOutput

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

    public static class GetRouteServerPeer 
    {
        public static Task<GetRouteServerPeerResult> InvokeAsync(GetRouteServerPeerArgs args, InvokeOptions? opts = null)
        public static Output<GetRouteServerPeerResult> Invoke(GetRouteServerPeerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRouteServerPeerResult> getRouteServerPeer(GetRouteServerPeerArgs args, InvokeOptions options)
    public static Output<GetRouteServerPeerResult> getRouteServerPeer(GetRouteServerPeerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ec2:getRouteServerPeer
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getRouteServerPeer Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the Route Server Peer.
    EndpointEniAddress string
    Elastic Network Interface IP address owned by the Route Server Endpoint
    EndpointEniId string
    Elastic Network Interface ID owned by the Route Server Endpoint
    Id string
    The ID of the Route Server Peer.
    RouteServerId string
    Route Server ID
    SubnetId string
    Subnet ID
    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 Peer.
    EndpointEniAddress string
    Elastic Network Interface IP address owned by the Route Server Endpoint
    EndpointEniId string
    Elastic Network Interface ID owned by the Route Server Endpoint
    Id string
    The ID of the Route Server Peer.
    RouteServerId string
    Route Server ID
    SubnetId string
    Subnet ID
    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 Peer.
    endpointEniAddress String
    Elastic Network Interface IP address owned by the Route Server Endpoint
    endpointEniId String
    Elastic Network Interface ID owned by the Route Server Endpoint
    id String
    The ID of the Route Server Peer.
    routeServerId String
    Route Server ID
    subnetId String
    Subnet ID
    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 Peer.
    endpointEniAddress string
    Elastic Network Interface IP address owned by the Route Server Endpoint
    endpointEniId string
    Elastic Network Interface ID owned by the Route Server Endpoint
    id string
    The ID of the Route Server Peer.
    routeServerId string
    Route Server ID
    subnetId string
    Subnet ID
    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 Peer.
    endpoint_eni_address str
    Elastic Network Interface IP address owned by the Route Server Endpoint
    endpoint_eni_id str
    Elastic Network Interface ID owned by the Route Server Endpoint
    id str
    The ID of the Route Server Peer.
    route_server_id str
    Route Server ID
    subnet_id str
    Subnet ID
    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 Peer.
    endpointEniAddress String
    Elastic Network Interface IP address owned by the Route Server Endpoint
    endpointEniId String
    Elastic Network Interface ID owned by the Route Server Endpoint
    id String
    The ID of the Route Server Peer.
    routeServerId String
    Route Server ID
    subnetId String
    Subnet ID
    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