Skip to main content

static_ips

Retrieves a list of static_ips in a region

Overview

Namestatic_ips
TypeResource
Descriptionstatic_ips
Idawscc.lightsail.static_ips

Fields

NameDatatypeDescription
static_ip_namestringThe name of the static IP address.
regionstringAWS 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