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
published on Monday, Sep 14, 2026 by Pulumi
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
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 dictionarydata "aws-native_accountaccess_get_application" "name" {
# arguments
}The following arguments are supported:
- Application
Arn string - The ARN of the application
- Application
Arn string - The ARN of the application
- application_
arn string - The ARN of the application
- application
Arn String - The ARN of the application
- application
Arn string - The ARN of the application
- application_
arn str - The ARN of the application
- application
Arn String - The ARN of the application
getApplication Result
The following output properties are available:
- Application
Arn string - The ARN of the application
- Created
At string - The timestamp when the application was created
- Status
Pulumi.
Aws Native. Account Access. Application Status - The status of the application
-
List<Pulumi.
Aws Native. Outputs. Tag> - 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
- Application
Arn string - The ARN of the application
- Created
At string - The timestamp when the application was created
- Status
Application
Status - The status of the application
- Tag
- 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
- 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
- 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
- application
Arn String - The ARN of the application
- created
At String - The timestamp when the application was created
- status
Application
Status - The status of the application
- List<Tag>
- 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
- application
Arn string - The ARN of the application
- created
At string - The timestamp when the application was created
- status
Application
Status - The status of the application
- Tag[]
- 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
- application_
arn str - The ARN of the application
- created_
at str - The timestamp when the application was created
- status
Application
Status - The status of the application
- 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
- 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
- List<Property Map>
- 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
Supporting Types
ApplicationStatus
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.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi