PoolArgs

constructor(assignments: Output<List<AssignmentArgs>>? = null, location: Output<String>? = null, poolName: Output<String>? = null, poolType: Output<PoolTypeArgs>? = null, reclaimPolicy: Output<Either<String, ReclaimPolicy>>? = null, resourceGroupName: Output<String>? = null, resources: Output<ResourcesArgs>? = null, tags: Output<Map<String, String>>? = null, zones: Output<List<Either<String, Zone>>>? = null)