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

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

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

    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:

    RouteServerId string
    Route Server ID
    SubnetId string
    Subnet ID
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    RouteServerId string
    Route Server ID
    SubnetId string
    Subnet ID
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    routeServerId String
    Route Server ID
    subnetId String
    Subnet ID
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    routeServerId string
    Route Server ID
    subnetId string
    Subnet ID
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    route_server_id str
    Route Server ID
    subnet_id str
    Subnet ID
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    routeServerId String
    Route Server ID
    subnetId String
    Subnet ID
    tags 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.
    AwsId string
    The ID 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 provider-assigned unique ID for this managed resource.
    VpcId string
    VPC ID
    Arn string
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    AwsId string
    The ID 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 provider-assigned unique ID for this managed resource.
    VpcId string
    VPC ID
    arn String
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    awsId String
    The ID 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 provider-assigned unique ID for this managed resource.
    vpcId String
    VPC ID
    arn string
    The Amazon Resource Name (ARN) of the Route Server Endpoint.
    awsId string
    The ID 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 provider-assigned unique ID for this managed resource.
    vpcId 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.
    awsId String
    The ID 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 provider-assigned unique ID for this managed resource.
    vpcId String
    VPC ID

    Supporting Types

    Tag, TagArgs

    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