Skip to main content

resource_association

Gets an individual resource_association resource

Overview

Nameresource_association
TypeResource
Descriptionresource_association
Idawscc.servicecatalogappregistry.resource_association

Fields

NameDatatypeDescription
applicationstringThe name or the Id of the Application.
resourcestringThe name or the Id of the Resource.
resource_typestringThe type of the CFN Resource for now it's enum CFN_STACK.
application_arnstring
resource_arnstring
regionstringAWS 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