Skip to main content

services_list_only

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

Overview

Nameservices_list_only
TypeResource
DescriptionA service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).
Idaws.vpclattice.services_list_only

Fields

NameDatatypeDescription
arnstring
auth_typestring
created_atstring
dns_entryobject
idstring
last_updated_atstring
namestring
statusstring
certificate_arnstring
custom_domain_namestring
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all services in a region.

SELECT
region,
arn
FROM aws.vpclattice.services_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the services_list_only resource, see services