services_list_only
Lists services
in a region or regions, for all properties use services
Overview
Name | services_list_only |
Type | Resource |
Description | A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC). |
Id | aws.vpclattice.services_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
auth_type | string | |
created_at | string | |
dns_entry | object | |
id | string | |
last_updated_at | string | |
name | string | |
status | string | |
certificate_arn | string | |
custom_domain_name | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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