Skip to main content

resource_associations_list_only

Lists resource_associations in a region or regions, for all properties use resource_associations

Overview

Nameresource_associations_list_only
TypeResource
DescriptionResource Schema for AWS::ServiceCatalogAppRegistry::ResourceAssociation
Idaws.servicecatalogappregistry.resource_associations_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all resource_associations in a region.

SELECT
region,
application_arn,
resource_arn,
resource_type
FROM aws.servicecatalogappregistry.resource_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the resource_associations_list_only resource, see resource_associations