Fleet Tier Properties Args
constructor(capacity: Output<Int>? = null, databaseCapacityMax: Output<Double>? = null, databaseCapacityMin: Output<Double>? = null, databaseSizeGbMax: Output<Int>? = null, family: Output<String>? = null, highAvailabilityReplicaCount: Output<Int>? = null, poolNumOfDatabasesMax: Output<Int>? = null, pooled: Output<Boolean>? = null, serverless: Output<Boolean>? = null, serviceTier: Output<String>? = null, zoneRedundancy: Output<Either<String, ZoneRedundancy>>? = null)