AWS Native v0.64.0, Jun 2 23
AWS Native v0.64.0, Jun 2 23
aws-native.refactorspaces.getApplication
Explore with Pulumi AI
Definition of AWS::RefactorSpaces::Application Resource Type
Using getApplication
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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
def get_application(application_identifier: Optional[str] = None,
environment_identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(application_identifier: Optional[pulumi.Input[str]] = None,
environment_identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput
> Note: This function is named LookupApplication
in the Go SDK.
public static class GetApplication
{
public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:refactorspaces:getApplication
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Identifier string - Environment
Identifier string
- Application
Identifier string - Environment
Identifier string
- application
Identifier String - environment
Identifier String
- application
Identifier string - environment
Identifier string
- application
Identifier String - environment
Identifier String
getApplication Result
The following output properties are available:
- Api
Gateway stringId - Application
Identifier string - Arn string
- Nlb
Arn string - Nlb
Name string - Proxy
Url string - Stage
Name string - List<Pulumi.
Aws Native. Refactor Spaces. Outputs. Application Tag> Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- Vpc
Link stringId
- Api
Gateway stringId - Application
Identifier string - Arn string
- Nlb
Arn string - Nlb
Name string - Proxy
Url string - Stage
Name string - []Application
Tag Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- Vpc
Link stringId
- api
Gateway StringId - application
Identifier String - arn String
- nlb
Arn String - nlb
Name String - proxy
Url String - stage
Name String - List<Application
Tag> Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- vpc
Link StringId
- api
Gateway stringId - application
Identifier string - arn string
- nlb
Arn string - nlb
Name string - proxy
Url string - stage
Name string - Application
Tag[] Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- vpc
Link stringId
- api_
gateway_ strid - application_
identifier str - arn str
- nlb_
arn str - nlb_
name str - proxy_
url str - stage_
name str - Sequence[Application
Tag] Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- vpc_
link_ strid
- api
Gateway StringId - application
Identifier String - arn String
- nlb
Arn String - nlb
Name String - proxy
Url String - stage
Name String - List<Property Map>
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- vpc
Link StringId
Supporting Types
ApplicationTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0