services_list_only
Lists services
in a region or regions, for all properties use services
Overview
Name | services_list_only |
Type | Resource |
Description | Definition of AWS::RefactorSpaces::Service Resource Type |
Id | aws.refactorspaces.services_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
application_identifier | string | |
description | string | |
endpoint_type | string | |
environment_identifier | string | |
lambda_endpoint | object | |
name | string | |
service_identifier | string | |
url_endpoint | object | |
vpc_id | string | |
tags | array | Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all services
in a region.
SELECT
region,
environment_identifier,
application_identifier,
service_identifier
FROM aws.refactorspaces.services_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the services_list_only
resource, see services