AwsLightsailInstancePropertiesArgs

constructor(addOns: Output<List<AddOnArgs>>? = null, availabilityZone: Output<String>? = null, blueprintId: Output<String>? = null, bundleId: Output<String>? = null, hardware: Output<HardwareArgs>? = null, instanceArn: Output<String>? = null, instanceName: Output<String>? = null, isStaticIp: Output<Boolean>? = null, keyPairName: Output<String>? = null, location: Output<LocationArgs>? = null, networking: Output<NetworkingArgs>? = null, privateIpAddress: Output<String>? = null, publicIpAddress: Output<String>? = null, resourceType: Output<String>? = null, sshKeyName: Output<String>? = null, state: Output<StateArgs>? = null, supportCode: Output<String>? = null, tags: Output<List<TagArgs>>? = null, userData: Output<String>? = null, userName: Output<String>? = null)