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
{
"instanceName": "instance-$(DATE)",
"publicIpName": "my-public-ip"
}
Last updated