static_ips_list_only
Lists static_ips in a region or regions, for all properties use static_ips
Overview
| Name | static_ips_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Lightsail::StaticIp |
| Id | aws.lightsail.static_ips_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
static_ip_name | string | The name of the static IP address. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all static_ips in a region.
SELECT
region,
static_ip_name
FROM aws.lightsail.static_ips_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the static_ips_list_only resource, see static_ips