application
Gets an individual application
resource
Overview
Name | application |
Type | Resource |
Description | application |
Id | awscc.m2.application |
Fields
Name | Datatype | Description |
---|---|---|
application_arn | string | |
application_id | string | |
definition | undefined | |
description | string | |
engine_type | string | |
kms_key_id | string | The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources. |
name | string | |
role_arn | string | |
tags | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
application_arn,
application_id,
definition,
description,
engine_type,
kms_key_id,
name,
role_arn,
tags
FROM awscc.m2.application
WHERE data__Identifier = '<ApplicationArn>';
Permissions
To operate on the application
resource, the following permissions are required:
Read
m2:GetApplication,
m2:ListTagsForResource
Update
m2:UpdateApplication,
m2:GetApplication,
m2:ListTagsForResource,
m2:TagResource,
m2:UntagResource,
s3:GetObject,
s3:ListBucket
Delete
elasticloadbalancing:DeleteListener,
elasticloadbalancing:DeleteTargetGroup,
logs:DeleteLogDelivery,
m2:GetApplication,
m2:DeleteApplication