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.servicecatalogappregistry.getApplication
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
Resource Schema for AWS::ServiceCatalogAppRegistry::Application
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(id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(id: 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:servicecatalogappregistry:getApplication
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
 - The identifier of the application.
 
- Id string
 - The identifier of the application.
 
- id String
 - The identifier of the application.
 
- id string
 - The identifier of the application.
 
- id str
 - The identifier of the application.
 
- id String
 - The identifier of the application.
 
getApplication Result
The following output properties are available:
- Application
Name string - The name of the application.
 - Application
Tag stringKey  - The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - Application
Tag stringValue  - The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - Arn string
 - The Amazon resource name (ARN) that specifies the application across services.
 - Description string
 - The description of the application.
 - Id string
 - The identifier of the application.
 - Name string
 - The name of the application.
 - Dictionary<string, string>
 - Key-value pairs you can use to associate with the application.
 
- Application
Name string - The name of the application.
 - Application
Tag stringKey  - The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - Application
Tag stringValue  - The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - Arn string
 - The Amazon resource name (ARN) that specifies the application across services.
 - Description string
 - The description of the application.
 - Id string
 - The identifier of the application.
 - Name string
 - The name of the application.
 - map[string]string
 - Key-value pairs you can use to associate with the application.
 
- application
Name String - The name of the application.
 - application
Tag StringKey  - The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - application
Tag StringValue  - The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - arn String
 - The Amazon resource name (ARN) that specifies the application across services.
 - description String
 - The description of the application.
 - id String
 - The identifier of the application.
 - name String
 - The name of the application.
 - Map<String,String>
 - Key-value pairs you can use to associate with the application.
 
- application
Name string - The name of the application.
 - application
Tag stringKey  - The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - application
Tag stringValue  - The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - arn string
 - The Amazon resource name (ARN) that specifies the application across services.
 - description string
 - The description of the application.
 - id string
 - The identifier of the application.
 - name string
 - The name of the application.
 - {[key: string]: string}
 - Key-value pairs you can use to associate with the application.
 
- application_
name str - The name of the application.
 - application_
tag_ strkey  - The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - application_
tag_ strvalue  - The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - arn str
 - The Amazon resource name (ARN) that specifies the application across services.
 - description str
 - The description of the application.
 - id str
 - The identifier of the application.
 - name str
 - The name of the application.
 - Mapping[str, str]
 - Key-value pairs you can use to associate with the application.
 
- application
Name String - The name of the application.
 - application
Tag StringKey  - The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - application
Tag StringValue  - The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
 - arn String
 - The Amazon resource name (ARN) that specifies the application across services.
 - description String
 - The description of the application.
 - id String
 - The identifier of the application.
 - name String
 - The name of the application.
 - Map<String>
 - Key-value pairs you can use to associate with the application.
 
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