static_ips
Retrieves a list of static_ips
in a region
Overview
Name | static_ips |
Type | Resource |
Description | static_ips |
Id | awscc.lightsail.static_ips |
Fields
Name | Datatype | Description |
---|---|---|
static_ip_name | string | The name of the static IP address. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
static_ip_name
FROM awscc.lightsail.static_ips
WHERE region = 'us-east-1'
Permissions
To operate on the static_ips
resource, the following permissions are required:
Create
lightsail:AllocateStaticIp,
lightsail:AttachStaticIp,
lightsail:DetachStaticIp,
lightsail:GetInstance,
lightsail:GetStaticIp,
lightsail:GetStaticIps
List
lightsail:GetStaticIps