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
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.
- Endpoint
Eni stringAddress - Elastic Network Interface IP address owned by the Route Server Endpoint
- Endpoint
Eni stringId - Elastic Network Interface ID owned by the Route Server Endpoint
- Id string
- The ID of the Route Server Peer.
- Route
Server stringId - Route Server ID
- Subnet
Id string - Subnet ID
- 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 Peer.
- Endpoint
Eni stringAddress - Elastic Network Interface IP address owned by the Route Server Endpoint
- Endpoint
Eni stringId - Elastic Network Interface ID owned by the Route Server Endpoint
- Id string
- The ID of the Route Server Peer.
- Route
Server stringId - Route Server ID
- Subnet
Id string - Subnet ID
- 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 Peer.
- endpoint
Eni StringAddress - Elastic Network Interface IP address owned by the Route Server Endpoint
- endpoint
Eni StringId - Elastic Network Interface ID owned by the Route Server Endpoint
- id String
- The ID of the Route Server Peer.
- route
Server StringId - Route Server ID
- subnet
Id String - Subnet ID
- 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 Peer.
- endpoint
Eni stringAddress - Elastic Network Interface IP address owned by the Route Server Endpoint
- endpoint
Eni stringId - Elastic Network Interface ID owned by the Route Server Endpoint
- id string
- The ID of the Route Server Peer.
- route
Server stringId - Route Server ID
- subnet
Id string - Subnet ID
- 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 Peer.
- endpoint_
eni_ straddress - Elastic Network Interface IP address owned by the Route Server Endpoint
- endpoint_
eni_ strid - Elastic Network Interface ID owned by the Route Server Endpoint
- id str
- The ID of the Route Server Peer.
- route_
server_ strid - Route Server ID
- subnet_
id str - Subnet ID
- 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.
- endpoint
Eni StringAddress - Elastic Network Interface IP address owned by the Route Server Endpoint
- endpoint
Eni StringId - Elastic Network Interface ID owned by the Route Server Endpoint
- id String
- The ID of the Route Server Peer.
- route
Server StringId - Route Server ID
- subnet
Id String - Subnet ID
- 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