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
arnstring
application_identifierstring
descriptionstring
endpoint_typestring
environment_identifierstring
lambda_endpointobject
namestring
service_identifierstring
url_endpointobject
vpc_idstring
tagsarrayMetadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
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