> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/createlightsailinstancesinstance-object.md).

# CreateLightsailInstancesInstance Object

## Description

Instance information when creating a Lightsail instance.

## Properties

### instanceName

Name of the new Lightsail instance.

Type: `string`

Required: Yes

### staticIpName

Name of the static IP address to assign to the new Lightsail instance.

Type: `string`

Required: No

## Sample JSON

```javascript
{
    "instanceName": "instance-$(DATE)",
    "publicIpName": "my-public-ip"
}
```
