Server Group Args
constructor(connectionDrainConfig: Output<ServerGroupConnectionDrainConfigArgs>? = null, crossZoneEnabled: Output<Boolean>? = null, dryRun: Output<Boolean>? = null, healthCheckConfig: Output<ServerGroupHealthCheckConfigArgs>? = null, healthCheckTemplateId: Output<String>? = null, ipv6Enabled: Output<Boolean>? = 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, serviceName: Output<String>? = null, slowStartConfig: Output<ServerGroupSlowStartConfigArgs>? = null, stickySessionConfig: Output<ServerGroupStickySessionConfigArgs>? = null, tags: Output<Map<String, String>>? = null, uchConfig: Output<ServerGroupUchConfigArgs>? = null, upstreamKeepaliveEnabled: Output<Boolean>? = null, vpcId: Output<String>? = null)