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
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.
- Eni
Address string - Elastic Network Interface IP address owned by the Route Server Endpoint
- Eni
Id string - Elastic Network Interface ID owned by the Route Server Endpoint
- Id string
- The ID of the Route Server Endpoint.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Vpc
Id string - VPC ID
- Arn string
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- Eni
Address string - Elastic Network Interface IP address owned by the Route Server Endpoint
- Eni
Id string - Elastic Network Interface ID owned by the Route Server Endpoint
- Id string
- The ID of the Route Server Endpoint.
- Tag
- An array of key-value pairs to apply to this resource.
- Vpc
Id string - VPC ID
- arn String
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- eni
Address String - Elastic Network Interface IP address owned by the Route Server Endpoint
- eni
Id String - Elastic Network Interface ID owned by the Route Server Endpoint
- id String
- The ID of the Route Server Endpoint.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- vpc
Id String - VPC ID
- arn string
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- eni
Address string - Elastic Network Interface IP address owned by the Route Server Endpoint
- eni
Id string - Elastic Network Interface ID owned by the Route Server Endpoint
- id string
- The ID of the Route Server Endpoint.
- Tag[]
- An array of key-value pairs to apply to this resource.
- vpc
Id 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.
- 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.
- eni
Address String - Elastic Network Interface IP address owned by the Route Server Endpoint
- eni
Id String - Elastic Network Interface ID owned by the Route Server Endpoint
- id String
- The ID of the Route Server Endpoint.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- vpc
Id String - VPC ID
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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