application
Gets an individual application
resource
Overview
Name | application |
Type | Resource |
Description | application |
Id | awscc.servicecatalogappregistry.application |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
name | string | The name of the application. |
description | string | The description of the application. |
tags | object | |
application_tag_key | string | 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_value | string | 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. |
application_name | string | The name of the application. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
arn,
name,
description,
tags,
application_tag_key,
application_tag_value,
application_name
FROM awscc.servicecatalogappregistry.application
WHERE data__Identifier = '<Id>';
Permissions
To operate on the application
resource, the following permissions are required:
Read
servicecatalog:GetApplication
Update
servicecatalog:GetApplication,
servicecatalog:ListTagsForResource,
servicecatalog:TagResource,
servicecatalog:UntagResource,
servicecatalog:UpdateApplication,
iam:CreateServiceLinkedRole
Delete
servicecatalog:DeleteApplication