1. Packages
  2. AWS Native
  3. API Docs
  4. refactorspaces
  5. getRoute

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.refactorspaces.getRoute

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Definition of AWS::RefactorSpaces::Route Resource Type

    Using getRoute

    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 getRoute(args: GetRouteArgs, opts?: InvokeOptions): Promise<GetRouteResult>
    function getRouteOutput(args: GetRouteOutputArgs, opts?: InvokeOptions): Output<GetRouteResult>
    def get_route(application_identifier: Optional[str] = None,
                  environment_identifier: Optional[str] = None,
                  route_identifier: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetRouteResult
    def get_route_output(application_identifier: Optional[pulumi.Input[str]] = None,
                  environment_identifier: Optional[pulumi.Input[str]] = None,
                  route_identifier: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetRouteResult]
    func LookupRoute(ctx *Context, args *LookupRouteArgs, opts ...InvokeOption) (*LookupRouteResult, error)
    func LookupRouteOutput(ctx *Context, args *LookupRouteOutputArgs, opts ...InvokeOption) LookupRouteResultOutput

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

    public static class GetRoute 
    {
        public static Task<GetRouteResult> InvokeAsync(GetRouteArgs args, InvokeOptions? opts = null)
        public static Output<GetRouteResult> Invoke(GetRouteInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRouteResult> getRoute(GetRouteArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:refactorspaces:getRoute
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationIdentifier string
    The unique identifier of the application.
    EnvironmentIdentifier string
    The unique identifier of the environment.
    RouteIdentifier string
    The unique identifier of the route.
    ApplicationIdentifier string
    The unique identifier of the application.
    EnvironmentIdentifier string
    The unique identifier of the environment.
    RouteIdentifier string
    The unique identifier of the route.
    applicationIdentifier String
    The unique identifier of the application.
    environmentIdentifier String
    The unique identifier of the environment.
    routeIdentifier String
    The unique identifier of the route.
    applicationIdentifier string
    The unique identifier of the application.
    environmentIdentifier string
    The unique identifier of the environment.
    routeIdentifier string
    The unique identifier of the route.
    application_identifier str
    The unique identifier of the application.
    environment_identifier str
    The unique identifier of the environment.
    route_identifier str
    The unique identifier of the route.
    applicationIdentifier String
    The unique identifier of the application.
    environmentIdentifier String
    The unique identifier of the environment.
    routeIdentifier String
    The unique identifier of the route.

    getRoute Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the route.
    PathResourceToId string
    A mapping of Amazon API Gateway path resources to resource IDs.
    RouteIdentifier string
    The unique identifier of the route.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    Arn string
    The Amazon Resource Name (ARN) of the route.
    PathResourceToId string
    A mapping of Amazon API Gateway path resources to resource IDs.
    RouteIdentifier string
    The unique identifier of the route.
    Tags Tag
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    arn String
    The Amazon Resource Name (ARN) of the route.
    pathResourceToId String
    A mapping of Amazon API Gateway path resources to resource IDs.
    routeIdentifier String
    The unique identifier of the route.
    tags List<Tag>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    arn string
    The Amazon Resource Name (ARN) of the route.
    pathResourceToId string
    A mapping of Amazon API Gateway path resources to resource IDs.
    routeIdentifier string
    The unique identifier of the route.
    tags Tag[]
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    arn str
    The Amazon Resource Name (ARN) of the route.
    path_resource_to_id str
    A mapping of Amazon API Gateway path resources to resource IDs.
    route_identifier str
    The unique identifier of the route.
    tags Sequence[root_Tag]
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    arn String
    The Amazon Resource Name (ARN) of the route.
    pathResourceToId String
    A mapping of Amazon API Gateway path resources to resource IDs.
    routeIdentifier String
    The unique identifier of the route.
    tags List<Property Map>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi