Skip to main content

static_ips_list_only

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

Overview

Namestatic_ips_list_only
TypeResource
DescriptionResource Type definition for AWS::Lightsail::StaticIp
Idaws.lightsail.static_ips_list_only

Fields

NameDatatypeDescription
static_ip_namestringThe name of the static IP address.
attached_tostringThe instance where the static IP is attached.
is_attachedbooleanA Boolean value indicating whether the static IP is attached.
ip_addressstringThe static IP address.
static_ip_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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