Skip to main content

services_list_only

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

Overview

Nameservices_list_only
TypeResource
DescriptionDefinition of AWS::RefactorSpaces::Service Resource Type
Idaws.refactorspaces.services_list_only

Fields

NameDatatypeDescription
application_identifierstring
environment_identifierstring
service_identifierstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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