1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. accountaccess
  6. getApplication

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource Type definition for AWS::AccountAccess::Application specifying an application for account access

    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?: InvokeOutputOptions): Output<GetApplicationResult>
    def get_application(application_arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(application_arn: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOutputOptions] = 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 Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:accountaccess:getApplication
      arguments:
        # arguments dictionary
    data "aws-native_accountaccess_get_application" "name" {
        # arguments
    }

    The following arguments are supported:

    ApplicationArn string
    The ARN of the application
    ApplicationArn string
    The ARN of the application
    application_arn string
    The ARN of the application
    applicationArn String
    The ARN of the application
    applicationArn string
    The ARN of the application
    application_arn str
    The ARN of the application
    applicationArn String
    The ARN of the application

    getApplication Result

    The following output properties are available:

    ApplicationArn string
    The ARN of the application
    CreatedAt string
    The timestamp when the application was created
    Status Pulumi.AwsNative.AccountAccess.ApplicationStatus
    The status of the application
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    TenantId string
    The tenant ID of the application
    UpdatedAt string
    The timestamp when the application was last updated
    ApplicationArn string
    The ARN of the application
    CreatedAt string
    The timestamp when the application was created
    Status ApplicationStatus
    The status of the application
    Tags Tag
    An array of key-value pairs to apply to this resource.
    TenantId string
    The tenant ID of the application
    UpdatedAt string
    The timestamp when the application was last updated
    application_arn string
    The ARN of the application
    created_at string
    The timestamp when the application was created
    status "CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED"
    The status of the application
    tags list(object)
    An array of key-value pairs to apply to this resource.
    tenant_id string
    The tenant ID of the application
    updated_at string
    The timestamp when the application was last updated
    applicationArn String
    The ARN of the application
    createdAt String
    The timestamp when the application was created
    status ApplicationStatus
    The status of the application
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    tenantId String
    The tenant ID of the application
    updatedAt String
    The timestamp when the application was last updated
    applicationArn string
    The ARN of the application
    createdAt string
    The timestamp when the application was created
    status ApplicationStatus
    The status of the application
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    tenantId string
    The tenant ID of the application
    updatedAt string
    The timestamp when the application was last updated
    application_arn str
    The ARN of the application
    created_at str
    The timestamp when the application was created
    status ApplicationStatus
    The status of the application
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    tenant_id str
    The tenant ID of the application
    updated_at str
    The timestamp when the application was last updated
    applicationArn String
    The ARN of the application
    createdAt String
    The timestamp when the application was created
    status "CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED"
    The status of the application
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    tenantId String
    The tenant ID of the application
    updatedAt String
    The timestamp when the application was last updated

    Supporting Types

    ApplicationStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial