aws.lightsail.get_static_ip
Example SQL Queries
SELECT * FROMaws.lightsail.get_static_ipWHERE"static_ip_name" = 'VALUE';Description
Returns information about an Amazon Lightsail static IP.
Table Definition
| Column Name | Column Data Type |
|---|---|
| static_ip_name Required Input Column The name of the static IP in Lightsail. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| static_ip An array of key-value pairs containing information about the requested static IP. | STRUCT( |
Show child fields
| |