Skip to main content

resource_associations

Retrieves a list of resource_associations in a region

Overview

Nameresource_associations
TypeResource
Descriptionresource_associations
Idawscc.servicecatalogappregistry.resource_associations

Fields

NameDatatypeDescription
application_arnstring
resource_arnstring
resource_typestringThe type of the CFN Resource for now it's enum CFN_STACK.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_arn,
resource_arn,
resource_type
FROM awscc.servicecatalogappregistry.resource_associations
WHERE region = 'us-east-1'

Permissions

To operate on the resource_associations resource, the following permissions are required:

Create

servicecatalog:AssociateResource,
cloudformation:DescribeStacks

List

servicecatalog:ListAssociatedResources