servers
Retrieves a list of servers
in a region
Overview
Name | servers |
Type | Resource |
Description | servers |
Id | awscc.opsworkscm.servers |
Fields
Name | Datatype | Description |
---|---|---|
server_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
server_name
FROM awscc.opsworkscm.servers
WHERE region = 'us-east-1'
Permissions
To operate on the servers
resource, the following permissions are required:
Create
opsworks-cm:CreateServer,
opsworks-cm:DescribeServers,
iam:PassRole
List
opsworks-cm:DescribeServers,
opsworks-cm:ListTagsForResource