resource_association
Gets an individual resource_association
resource
Overview
Name | resource_association |
Type | Resource |
Description | resource_association |
Id | awscc.servicecatalogappregistry.resource_association |
Fields
Name | Datatype | Description |
---|---|---|
application | string | The name or the Id of the Application. |
resource | string | The name or the Id of the Resource. |
resource_type | string | The type of the CFN Resource for now it's enum CFN_STACK. |
application_arn | string | |
resource_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
application,
resource,
resource_type,
application_arn,
resource_arn
FROM awscc.servicecatalogappregistry.resource_association
WHERE data__Identifier = '<ApplicationArn>|<ResourceArn>|<ResourceType>';
Permissions
To operate on the resource_association
resource, the following permissions are required:
Read
servicecatalog:ListAssociatedResources
Delete
servicecatalog:DisassociateResource