--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_lightsail_static_ip Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Lightsail::StaticIp --- # awscc_lightsail_static_ip (Resource) Resource Type definition for AWS::Lightsail::StaticIp ## Schema ### Required - `static_ip_name` (String) The name of the static IP address. ### Optional - `attached_to` (String) The instance where the static IP is attached. ### Read-Only - `id` (String) Uniquely identifies the resource. - `ip_address` (String) The static IP address. - `is_attached` (Boolean) A Boolean value indicating whether the static IP is attached. - `static_ip_arn` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_lightsail_static_ip.example ```