Server Group Args
fun ServerGroupArgs(dryRun: Output<Boolean>? = null, healthCheckConfig: Output<ServerGroupHealthCheckConfigArgs>? = null, protocol: Output<String>? = null, resourceGroupId: Output<String>? = null, scheduler: Output<String>? = null, serverGroupName: Output<String>? = null, serverGroupType: Output<String>? = null, servers: Output<List<ServerGroupServerArgs>>? = null, stickySessionConfig: Output<ServerGroupStickySessionConfigArgs>? = null, tags: Output<Map<String, Any>>? = null, vpcId: Output<String>? = null)