service_actions_list_only
Lists service_actions
in a region or regions, for all properties use service_actions
Overview
Name | service_actions_list_only |
Type | Resource |
Description | Resource Schema for AWS::ServiceCatalog::ServiceAction |
Id | aws.servicecatalog.service_actions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
accept_language | string | |
name | string | |
definition_type | string | |
definition | array | |
description | string | |
id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all service_actions
in a region.
SELECT
region,
id
FROM aws.servicecatalog.service_actions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the service_actions_list_only
resource, see service_actions