AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.refactorspaces.getRoute
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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 dictionaryThe following arguments are supported:
- Application
Identifier string - The unique identifier of the application.
 - Environment
Identifier string - The unique identifier of the environment.
 - Route
Identifier string - The unique identifier of the route.
 
- Application
Identifier string - The unique identifier of the application.
 - Environment
Identifier string - The unique identifier of the environment.
 - Route
Identifier string - The unique identifier of the route.
 
- application
Identifier String - The unique identifier of the application.
 - environment
Identifier String - The unique identifier of the environment.
 - route
Identifier String - The unique identifier of the route.
 
- application
Identifier string - The unique identifier of the application.
 - environment
Identifier string - The unique identifier of the environment.
 - route
Identifier 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.
 
- application
Identifier String - The unique identifier of the application.
 - environment
Identifier String - The unique identifier of the environment.
 - route
Identifier 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.
 - Path
Resource stringTo Id  - A mapping of Amazon API Gateway path resources to resource IDs.
 - Route
Identifier string - The unique identifier of the route.
 - 
List<Pulumi.
Aws Native. 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.
 - Path
Resource stringTo Id  - A mapping of Amazon API Gateway path resources to resource IDs.
 - Route
Identifier string - The unique identifier of the route.
 - 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.
 - path
Resource StringTo Id  - A mapping of Amazon API Gateway path resources to resource IDs.
 - route
Identifier String - The unique identifier of the route.
 - 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.
 - path
Resource stringTo Id  - A mapping of Amazon API Gateway path resources to resource IDs.
 - route
Identifier string - The unique identifier of the route.
 - 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_ strto_ id  - A mapping of Amazon API Gateway path resources to resource IDs.
 - route_
identifier str - The unique identifier of the route.
 - 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.
 - path
Resource StringTo Id  - A mapping of Amazon API Gateway path resources to resource IDs.
 - route
Identifier String - The unique identifier of the route.
 - 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
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi