Skip to main content

servers_list_only

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

Overview

Nameservers_list_only
TypeResource
DescriptionResource Type definition for AWS::OpsWorksCM::Server
Idaws.opsworkscm.servers_list_only

Fields

NameDatatypeDescription
key_pairstring
engine_versionstring
service_role_arnstring
disable_automated_backupboolean
backup_idstring
engine_modelstring
preferred_maintenance_windowstring
associate_public_ip_addressboolean
instance_profile_arnstring
custom_certificatestring
preferred_backup_windowstring
security_group_idsarray
subnet_idsarray
custom_domainstring
endpointstring
custom_private_keystring
server_namestring
engine_attributesarray
backup_retention_countinteger
arnstring
instance_typestring
tagsarray
enginestring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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