We recommend new projects start with resources from the AWS provider.
aws-native.m2.getApplication
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Represents an application that runs on an AWS Mainframe Modernization Environment
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_arn: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(application_arn: 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:m2:getApplication
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationArn string
- The Amazon Resource Name (ARN) of the application.
- ApplicationArn string
- The Amazon Resource Name (ARN) of the application.
- applicationArn String
- The Amazon Resource Name (ARN) of the application.
- applicationArn string
- The Amazon Resource Name (ARN) of the application.
- application_arn str
- The Amazon Resource Name (ARN) of the application.
- applicationArn String
- The Amazon Resource Name (ARN) of the application.
getApplication Result
The following output properties are available:
- ApplicationArn string
- The Amazon Resource Name (ARN) of the application.
- ApplicationId string
- The identifier of the application.
- Description string
- The description of the application.
- Dictionary<string, string>
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- ApplicationArn string
- The Amazon Resource Name (ARN) of the application.
- ApplicationId string
- The identifier of the application.
- Description string
- The description of the application.
- map[string]string
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- applicationArn String
- The Amazon Resource Name (ARN) of the application.
- applicationId String
- The identifier of the application.
- description String
- The description of the application.
- Map<String,String>
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- applicationArn string
- The Amazon Resource Name (ARN) of the application.
- applicationId string
- The identifier of the application.
- description string
- The description of the application.
- {[key: string]: string}
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- application_arn str
- The Amazon Resource Name (ARN) of the application.
- application_id str
- The identifier of the application.
- description str
- The description of the application.
- Mapping[str, str]
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- applicationArn String
- The Amazon Resource Name (ARN) of the application.
- applicationId String
- The identifier of the application.
- description String
- The description of the application.
- Map<String>
- An array of key-value pairs to apply to this resource. - For more information, see 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.