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 |
---|---|---|
key_pair | string | |
engine_version | string | |
service_role_arn | string | |
disable_automated_backup | boolean | |
backup_id | string | |
engine_model | string | |
preferred_maintenance_window | string | |
associate_public_ip_address | boolean | |
instance_profile_arn | string | |
custom_certificate | string | |
preferred_backup_window | string | |
security_group_ids | array | |
subnet_ids | array | |
custom_domain | string | |
endpoint | string | |
custom_private_key | string | |
server_name | string | |
engine_attributes | array | |
backup_retention_count | integer | |
arn | string | |
instance_type | string | |
tags | array | |
engine | 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