CreateLightsailInstancesInstance Object
Last updated
Instance information when creating a Lightsail instance.
Name of the new Lightsail instance.
Type: string
Required: Yes
Name of the static IP address to assign to the new Lightsail instance.
Type: string
Required: No
{
"instanceName": "instance-$(DATE)",
"publicIpName": "my-public-ip"
}Last updated