resource_associations
Retrieves a list of resource_associations
in a region
Overview
Name | resource_associations |
Type | Resource |
Description | resource_associations |
Id | awscc.servicecatalogappregistry.resource_associations |
Fields
Name | Datatype | Description |
---|---|---|
application_arn | string | |
resource_arn | string | |
resource_type | string | The type of the CFN Resource for now it's enum CFN_STACK. |
region | string | AWS 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