We recommend new projects start with resources from the AWS provider.
aws-native.ec2.RouteServerEndpoint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
VPC Route Server Endpoint
Create RouteServerEndpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RouteServerEndpoint(name: string, args: RouteServerEndpointArgs, opts?: CustomResourceOptions);
@overload
def RouteServerEndpoint(resource_name: str,
args: RouteServerEndpointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RouteServerEndpoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
route_server_id: Optional[str] = None,
subnet_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewRouteServerEndpoint(ctx *Context, name string, args RouteServerEndpointArgs, opts ...ResourceOption) (*RouteServerEndpoint, error)
public RouteServerEndpoint(string name, RouteServerEndpointArgs args, CustomResourceOptions? opts = null)
public RouteServerEndpoint(String name, RouteServerEndpointArgs args)
public RouteServerEndpoint(String name, RouteServerEndpointArgs args, CustomResourceOptions options)
type: aws-native:ec2:RouteServerEndpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RouteServerEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RouteServerEndpointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RouteServerEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RouteServerEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RouteServerEndpointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
RouteServerEndpoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The RouteServerEndpoint resource accepts the following input properties:
- Route
Server stringId - Route Server ID
- Subnet
Id string - Subnet ID
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Route
Server stringId - Route Server ID
- Subnet
Id string - Subnet ID
- Tag
Args - An array of key-value pairs to apply to this resource.
- route
Server StringId - Route Server ID
- subnet
Id String - Subnet ID
- List<Tag>
- An array of key-value pairs to apply to this resource.
- route
Server stringId - Route Server ID
- subnet
Id string - Subnet ID
- Tag[]
- An array of key-value pairs to apply to this resource.
- route_
server_ strid - Route Server ID
- subnet_
id str - Subnet ID
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the RouteServerEndpoint resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- Aws
Id string - The ID 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 provider-assigned unique ID for this managed resource.
- Vpc
Id string - VPC ID
- Arn string
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- Aws
Id string - The ID 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 provider-assigned unique ID for this managed resource.
- Vpc
Id string - VPC ID
- arn String
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- aws
Id String - The ID 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 provider-assigned unique ID for this managed resource.
- vpc
Id String - VPC ID
- arn string
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- aws
Id string - The ID 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 provider-assigned unique ID for this managed resource.
- vpc
Id string - VPC ID
- arn str
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- aws_
id str - The ID 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 provider-assigned unique ID for this managed resource.
- vpc_
id str - VPC ID
- arn String
- The Amazon Resource Name (ARN) of the Route Server Endpoint.
- aws
Id String - The ID 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 provider-assigned unique ID for this managed resource.
- vpc
Id String - VPC ID
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.