We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.refactorspaces.getApplication
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
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)
public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:refactorspaces:getApplication
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationIdentifier string
- The unique identifier of the application.
- EnvironmentIdentifier string
- The unique identifier of the environment.
- ApplicationIdentifier string
- The unique identifier of the application.
- EnvironmentIdentifier string
- The unique identifier of the environment.
- applicationIdentifier String
- The unique identifier of the application.
- environmentIdentifier String
- The unique identifier of the environment.
- applicationIdentifier string
- The unique identifier of the application.
- environmentIdentifier string
- The unique identifier of the environment.
- application_identifier str
- The unique identifier of the application.
- environment_identifier str
- The unique identifier of the environment.
- applicationIdentifier String
- The unique identifier of the application.
- environmentIdentifier String
- The unique identifier of the environment.
getApplication Result
The following output properties are available:
- ApiGateway stringId 
- The resource ID of the API Gateway for the proxy.
- ApplicationIdentifier string
- The unique identifier of the application.
- Arn string
- The Amazon Resource Name (ARN) of the application.
- NlbArn string
- The Amazon Resource Name (ARN) of the Network Load Balancer .
- NlbName string
- The name of the Network Load Balancer configured by the API Gateway proxy.
- ProxyUrl string
- The endpoint URL of the Amazon API Gateway proxy.
- StageName string
- The name of the API Gateway stage. The name defaults to prod.
- 
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.
- VpcLink stringId 
- The VpcLinkID of the API Gateway proxy.
- ApiGateway stringId 
- The resource ID of the API Gateway for the proxy.
- ApplicationIdentifier string
- The unique identifier of the application.
- Arn string
- The Amazon Resource Name (ARN) of the application.
- NlbArn string
- The Amazon Resource Name (ARN) of the Network Load Balancer .
- NlbName string
- The name of the Network Load Balancer configured by the API Gateway proxy.
- ProxyUrl string
- The endpoint URL of the Amazon API Gateway proxy.
- StageName string
- The name of the API Gateway stage. The name defaults to prod.
- Tag
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- VpcLink stringId 
- The VpcLinkID of the API Gateway proxy.
- apiGateway StringId 
- The resource ID of the API Gateway for the proxy.
- applicationIdentifier String
- The unique identifier of the application.
- arn String
- The Amazon Resource Name (ARN) of the application.
- nlbArn String
- The Amazon Resource Name (ARN) of the Network Load Balancer .
- nlbName String
- The name of the Network Load Balancer configured by the API Gateway proxy.
- proxyUrl String
- The endpoint URL of the Amazon API Gateway proxy.
- stageName String
- The name of the API Gateway stage. The name defaults to prod.
- List<Tag>
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- vpcLink StringId 
- The VpcLinkID of the API Gateway proxy.
- apiGateway stringId 
- The resource ID of the API Gateway for the proxy.
- applicationIdentifier string
- The unique identifier of the application.
- arn string
- The Amazon Resource Name (ARN) of the application.
- nlbArn string
- The Amazon Resource Name (ARN) of the Network Load Balancer .
- nlbName string
- The name of the Network Load Balancer configured by the API Gateway proxy.
- proxyUrl string
- The endpoint URL of the Amazon API Gateway proxy.
- stageName string
- The name of the API Gateway stage. The name defaults to prod.
- Tag[]
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- vpcLink stringId 
- The VpcLinkID of the API Gateway proxy.
- api_gateway_ strid 
- The resource ID of the API Gateway for the proxy.
- application_identifier str
- The unique identifier of the application.
- arn str
- The Amazon Resource Name (ARN) of the application.
- nlb_arn str
- The Amazon Resource Name (ARN) of the Network Load Balancer .
- nlb_name str
- The name of the Network Load Balancer configured by the API Gateway proxy.
- proxy_url str
- The endpoint URL of the Amazon API Gateway proxy.
- stage_name str
- The name of the API Gateway stage. The name defaults to prod.
- Sequence[root_Tag]
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- vpc_link_ strid 
- The VpcLinkID of the API Gateway proxy.
- apiGateway StringId 
- The resource ID of the API Gateway for the proxy.
- applicationIdentifier String
- The unique identifier of the application.
- arn String
- The Amazon Resource Name (ARN) of the application.
- nlbArn String
- The Amazon Resource Name (ARN) of the Network Load Balancer .
- nlbName String
- The name of the Network Load Balancer configured by the API Gateway proxy.
- proxyUrl String
- The endpoint URL of the Amazon API Gateway proxy.
- stageName String
- The name of the API Gateway stage. The name defaults to prod.
- List<Property Map>
- Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
- vpcLink StringId 
- The VpcLinkID of the API Gateway proxy.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi