# 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"
}
```
