hosts_list_only
Lists hosts
in a region or regions, for all properties use hosts
Overview
Name | hosts_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EC2::Host |
Id | aws.ec2.hosts_list_only |
Fields
Name | Datatype | Description |
---|---|---|
host_id | string | ID of the host created. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all hosts
in a region.
SELECT
region,
host_id
FROM aws.ec2.hosts_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the hosts_list_only
resource, see hosts