servers_list_only
Lists servers in a region or regions, for all properties use servers
Overview
| Name | servers_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::OpsWorksCM::Server |
| Id | aws.opsworkscm.servers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
server_name | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all servers in a region.
SELECT
region,
server_name
FROM aws.opsworkscm.servers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the servers_list_only resource, see servers