resource_associations_list_only
Lists resource_associations
in a region or regions, for all properties use resource_associations
Overview
Name | resource_associations_list_only |
Type | Resource |
Description | Resource Schema for AWS::ServiceCatalogAppRegistry::ResourceAssociation |
Id | aws.servicecatalogappregistry.resource_associations_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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