AWS Native is in preview. AWS Classic is fully supported.
aws-native.refactorspaces.getRoute
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
- Application
Identifier string - Environment
Identifier string - Route
Identifier string
- Application
Identifier string - Environment
Identifier string - Route
Identifier string
- application
Identifier String - environment
Identifier String - route
Identifier String
- application
Identifier string - environment
Identifier string - route
Identifier string
- application
Identifier String - environment
Identifier String - route
Identifier String
getRoute Result
The following output properties are available:
- Arn string
- Path
Resource stringTo Id - Route
Identifier string - List<Pulumi.
Aws Native. Refactor Spaces. Outputs. Route Tag> Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- Arn string
- Path
Resource stringTo Id - Route
Identifier string - []Route
Tag Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn String
- path
Resource StringTo Id - route
Identifier String - List<Route
Tag> Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn string
- path
Resource stringTo Id - route
Identifier string - Route
Tag[] Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn str
- path_
resource_ strto_ id - route_
identifier str - Sequence[Route
Tag] Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- arn String
- path
Resource StringTo Id - route
Identifier String - 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
RouteTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.